MATLAB executable in Embedded MATLAB
Show older comments
Is there any way to run a MATLAB executable in Embedded MATLAB without using S-Function?
Thanks,
1 Comment
Kaustubha Govind
on 14 Aug 2012
What do you mean by "MATLAB executable"? Is it a file with a .m or .p extension?
Answers (1)
Azzi Abdelmalek
on 14 Aug 2012
Edited: Azzi Abdelmalek
on 14 Aug 2012
0 votes
on your simulink model, do
- click tools
- code generation (real time wokshop on previous matlab version)
- Build model
before that you have to set some configuration, like fixed sample time, and choosing a target (depends on how you want to run your executable).
check your subfolder yourModel_grt_rtw
2 Comments
Pengfei
on 14 Aug 2012
Azzi Abdelmalek
on 14 Aug 2012
what do you want to do exactly, run your model on real time, or ...
Categories
Find more on Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!