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.

IWR1642: Instructions to convert matlab ".m" to ".exe"

Part Number: IWR1642

Dear Support team,

I'm running the people counting demo included in mmwave_industrial_toolbox_2_0_0. The demo just works fine here.

For some reason I need to modify the GUI of PC program, fortunately TI provides the GUI source code ("pcount_demo_gui_UI.m").

So I try to compile the ".m" to ".exe" by using MCC(matlab compiler). My commands below.

mcc -mv pcount_demo_gui_UI.m

The I run the generated ".exe", it also works fine. Except the UI layout looks different than TI's pre-built ".exe".

As you can see from below picture, my ".exe" generates several separated windows.

However, TI's prebuilt ".exe" generates only one window (picture below).

Could you let me know how TI generates ".exe" from ".m"? I tried several MCC option but no use, also searched the internet for hours but found no answer.

Thanks.