MATLAB: Creating a standalone windows application file

windows stand alone

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

Best Answer

You cannot build a standalone from a MATLAB script file. You need to use a function file instead.
Related Question