I have to make the gui.m file working but its not loading the config file or something and just exiting the firts part of the code how to make it work so that i can make changes and implement in the GUI code.
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.
I have to make the gui.m file working but its not loading the config file or something and just exiting the firts part of the code how to make it work so that i can make changes and implement in the GUI code.
Hi,
Here is an example how to call a function from matlab. Since this is a generic matlab question we encourage you to also search matlab support forums
Below example is for another GUI but format should be the same
mmw_demo_dpc (DATA_COM,10,5,CLI_COM,'profile_3d.cfg',1)
Thank you
Cesar