Testing Failures
R2026bAfter you have successfully compiled your application, the next step is to test it on
a development machine and deploy it on a target machine. The target machine requires
MATLAB® Runtime to be installed. An installer packaged using compiler.package.installer or a compiler app includes all of the files
that are required by your application to run, which include the executable, deployable
archive, and MATLAB Runtime.
For information on distribution contents for specific application types and platforms, see Distribute MATLAB Compiler SDK Files to Application Developers.
Test the application on the development machine by running the application against MATLAB Runtime shipped with MATLAB Compiler SDK™. This verifies that library dependencies are correct, that the deployable archive can be extracted, and that all MATLAB code, MEX—files, and support files required by the application have been included in the archive. If you encounter errors testing your application, the following questions may help you isolate the problem.
For more information on setting the system library path, see Set MATLAB Runtime Library Paths for Deployment.