MATLAB executable in Embedded MATLAB
古いコメントを表示
Is there any way to run a MATLAB executable in Embedded MATLAB without using S-Function?
Thanks,
1 件のコメント
Kaustubha Govind
2012 年 8 月 14 日
What do you mean by "MATLAB executable"? Is it a file with a .m or .p extension?
回答 (1 件)
Azzi Abdelmalek
2012 年 8 月 14 日
編集済み: Azzi Abdelmalek
2012 年 8 月 14 日
0 投票
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 件のコメント
Pengfei
2012 年 8 月 14 日
Azzi Abdelmalek
2012 年 8 月 14 日
what do you want to do exactly, run your model on real time, or ...
カテゴリ
ヘルプ センター および File Exchange で Simulink についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!