Creating a standalone windows application file
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi experts,
Anyone knows if there is an automated approach through Matlab command line to build a Windows Standalone Application (.exe file) from a Matalb script (.m file)?
Any help is apreciated! Ali
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 26 Jan. 2012
You cannot build a standalone from a MATLAB script file. You need to use a function file instead.
7 Kommentare
Aurelien Queffurust
am 27 Jan. 2012
Yes it is possible , you need to execute the mcc command under Linux on a computer which have the MATLAB Compiler installed.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!