Main Content

Deployment Failures

After the application is working on the test machine, failures can be isolated in end-user deployment. The end users of your application need to install MATLAB® Runtime on their machines. MATLAB Runtime includes a set of shared libraries that provides support for all features of MATLAB. If your application fails during end-user deployment, the following questions may help you isolate the problem.

Note

There are a number of reasons why your application might not deploy to end users, after running successfully in a test environment. For a detailed list of guidelines for writing MATLAB code that can be consumed by end users, see Write Deployable MATLAB Code

 Is MATLAB Runtime installed?

 If running on Linux or macOS, did you update the dynamic library path after installing MATLAB Runtime?

 Do you receive an error message about a missing DLL?

 Do you have write access to the necessary folders?