This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642BOOST: People counting lab,how to generate a new pplcount_gui.exe file?

Part Number: AWR1642BOOST

I would like to modify the code in GUI.

I've changed the code in setup.m and main_pplcount_viz.m, but I don't know how to generate the .exe file.

I try to use guide in matlab,which is mcc -m setup.m main_pplcount_viz.m code . However, the generated file still fails to connect.

I also try to run setup. m and main_pplcount_viz. m separately,but the COM ports connection failed.

and command window in matlab display:

Wrong use of uiwait (line 81)

Error calculating uicontrol callback.

I think after changing the code in GUI, an .exe file,like pplcount_gui.exe,  should be generated according to the setup. m and main_pplcount_viz. m.

Am I right?

What should I do about this?

thank you