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.

IWR1443: matlab Questions in the Demo of Water vs Ground

Part Number: IWR1443

Hello. 

I have a question about the matlab code in the demo of water vs Ground.

I read the  "droneWater_demo_gui.m" and I want to do some modification, but every time I run the whole project(CCS+matlab), it seems it only run the matlab.exe file, and has nothing to do with the .m file. I want to know how can I use this .m file, it is a big function with some input that I don't have, especially the last parameter 'app' that contains the GUI.

thanks

  • Hello,
    Typically the GUi executable (.exe) files are compiled versions of provided .m files. So in order to reflect the changes in .m file a recompile -> .exe conversion would be needed. Steps for this can be found on the web.

    Your other alternative would be to execute the function (run) the .m file itself.

    Hope that helps.

    Regards
    Vaibhav