Download a script (*.m) instead of BLOCK DIAGRAM (*mdl) into target PC.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Can I download a script (*.m) instead of BLOCK DIAGRAM (*mdl) into target PC. How to do it? What toolboxes do I need?
0 Commenti
Risposte (2)
Kaustubha Govind
il 31 Mag 2013
You can use MATLAB Coder to generate standalone C code from MATLAB code and compile it into an executable or library for the host machine. If your target is different from the host, you can adjust the datatype sizes, but might need to adjust the build rules manually.
0 Commenti
Walter Roberson
il 31 Mag 2013
You could probably download it, but you wouldn't be able to run it. The target is not running MATLAB.
0 Commenti
Vedere anche
Categorie
Scopri di più su Target Computer Setup in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!