To distribute a standalone application created with MATLAB® Compiler™ to a development machine, create a package that includes the following files.
Software Module | Description |
---|---|
MATLAB Runtime installer (Windows®) | The MATLAB Runtime installer is a self-extracting
executable that installs the necessary components to run your application.
This file is included with MATLAB Compiler. Run |
MATLAB Runtime installer (Linux®) | The MATLAB Runtime installer is a self-extracting
executable that installs the necessary components to run your application
on UNIX® machines (other than Mac). This file is included
with MATLAB Compiler. Run |
MATLAB Runtime installer (Mac) | Run mcrinstaller function
to obtain name of binary. |
(Windows) | Application created by MATLAB Compiler. Maci64 must include the bundle directory hierarchy. |
application_name (UNIX) | |
application_name .app (Maci64) |
If you are having trouble obtaining memory for your deployed application, use MATLAB Memory Shielding for deployed applications to ensure a maximum amount of contiguous allocated memory. See Reserving Memory for Deployed Applications with MATLAB Memory Shielding for more information.