Windows Apps using Matlab Compiler
Windows Apps using Matlab Compiler
(OP)
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?





RE: Windows Apps using Matlab Compiler
CODE
edit compopts.bat
LCC:
CODE
CODE
CODE
RE: Windows Apps using Matlab Compiler
One question though: How about if I what to use Dev C++ as the C ++ compiler. What is the command to the compiler for that?
Regards
RE: Windows Apps using Matlab Compiler
"Subsystem" seems to be the keyword to search for in your compilers manual.