How to build a *.exe file from my m-file that works in windows environment?
Mostra commenti meno recenti
I wrote my program in a m-file and now I want to make a *.exe file from it, that can works without need to matlab in windows environment?Is it possible?How?
Risposte (2)
the cyclist
il 21 Ott 2011
0 voti
You need the MATLAB Compiler:
Kaustubha Govind
il 21 Ott 2011
0 voti
Alternatively, you can use MATLAB Coder to generate standalone C code if you are only using functions supported for code generation.
Categorie
Scopri di più su MATLAB Coder in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!