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