MATLAB executable in Embedded MATLAB
Afficher commentaires plus anciens
Is there any way to run a MATLAB executable in Embedded MATLAB without using S-Function?
Thanks,
1 commentaire
Kaustubha Govind
le 14 Août 2012
What do you mean by "MATLAB executable"? Is it a file with a .m or .p extension?
Réponses (1)
Azzi Abdelmalek
le 14 Août 2012
Modifié(e) : Azzi Abdelmalek
le 14 Août 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 commentaires
Pengfei
le 14 Août 2012
Azzi Abdelmalek
le 14 Août 2012
what do you want to do exactly, run your model on real time, or ...
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!