MATLAB: Stand Alone Code from Matlab.m

MATLAB Compiler

I have compiled Mycode.exe from my matlab code and I want to run it on a computer that doesn't have Matlab. Is there anyway to make a stand-alone code that doesn't require me to load MCR on my other systems? I am using Windows on them all but some have XP, some have 2000, some have 7… Ideas?

Best Answer

The only way you can currently create a completely standalone executable from MATLAB code is using MATLAB Coder. However, you can only use the subset of functions supported for code generation.
Related Question