Hi Team,
Is there any document available which explains the runtime application code written in MATLAB. Is there any development guide available for the runtime applications.
Regards,
Vishnu V
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.
Hi Team,
Is there any document available which explains the runtime application code written in MATLAB. Is there any development guide available for the runtime applications.
Regards,
Vishnu V
Hi, Vishnu:
You can generate the run-time executable from MATLAB source code easily by the following MATLAB COMMAND
>> mcc -m xxx.m
Please find more details at their official website
https://www.mathworks.com/help/compiler/mcc-command-arguments-listed-alphabetically.html
Best,
Zigang
Hi Zigang,
Its not about the executable file. I meant, if there is any flowchart or similar document which explains the MATLAB runtime application code or if there is any sort of development guide.
Thanks and Regards,
Vishnu V
Hi, Vishnu:
Which Matlab runtime are you talking about here?
Best,
Zigang
Hi Zigang,
I meant visualizer applications such as INCABIN SENSING,AREA SCANNER etc, which is written in MATLAB.
Regards,
Vishnu
Hi, Vishnu:
We usually have visualizer users guide under each demo folder to show how to use the visualizer. But we do not have any guide in MATLAB source code itself.
Best,
Zigang