I have MATLAB 2010a, and I would like to compile my script to a stand alone windows .exe file. The issue is when I use mbuild -setup
, there is no option for my Visual Studio 2010. I saw that there is a patch for MEX files, I installed this patch put it does not help.
>> mbuild -setup
Please choose your compiler for building standalone MATLAB applications:
Would you like mbuild to locate installed compilers [y]/n? n
Select a compiler:
[1] Microsoft Visual C++ 2005 SP1
[2] Microsoft Visual C++ 2008 Express
[3] Microsoft Visual C++ 2008 SP1
[0] None
Any Ideas?
If I choose [3]
, it cannot find it anyway. I do not care what compiler I use, I just want it to work.
Edit
If I select [y]
when asked Please choose your compiler for building standalone MATLAB applications:
, I get the following:
>> mbuild -setup
Please choose your compiler for building standalone MATLAB applications:
Would you like mbuild to locate installed compilers [y]/n? y
Select a compiler:
[0] None
Compiler: 0
mbuild: No compiler selected. No action taken.
Shinobii