TotalRecall
Electrical
- Jul 20, 2006
- 6
I have already compiled m files to console applications using the Matlab compiler, but I'm wondering is there a way to compile m files to windows applications to get rid of the console screen?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cd(prefdir)
edit compopts.bat
set LINKFLAGS=%LINKFLAGS% -subsystem windows
set LINKFLAGS=%LINKFLAGS% /SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup
set LINKFLAGS=%LINKFLAGS% -aa