MATLAB: Is there a way to run an uncompiled MATLAB function or script using the standalone application created by the MATLAB Compiler

MATLABmfileprogramstand-aloneuncompiled

I would like to know if it is possible to run a MATLAB program against a MATLAB Compiler generated standalone application without recompiling the MATLAB program.

Best Answer

The ability to run an uncompiled MATLAB program against a MATLAB Compiler built standalone application and the MATLAB Compiler Runtime is not available, as of MATLAB Compiler 4.8 (R2008a).
You will need to recompile the standalone application.