You typically compile your MATLAB® code on a development machine, test the resulting executable on that machine, and deploy the executable and MATLAB Runtime to a test or customer machine without MATLAB.
After you have successfully compiled your application, the next step is to test it on a development machine and deploy it on a target machine.
Application Deployment Failures
After the application is working on the test machine, failures can be isolated in end-user deployment.
Failure to Find MATLAB Runtime Files
Solutions to problems when files cannot be found
Failure to Find MATLAB Classes
Solutions to problems when classes cannot be found
Diagnostic messages with suggestions about their cause
Common MATLAB Compiler SDK Error Messages
Common MATLAB Compiler SDK™ error messages and associated workarounds.
Solution to .xla
file not being generated.
Server Configuration Add-in Not Enabled
Solution to enable Server Configuration add-in.
Error Using a Variable Number of Outputs
Solution to support variable number of outputs.