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!