Main Content

Distribute Files to Application Developers

After you create a component using MATLAB® Compiler™, distribute files and integrate them in an application in the target language.

The deploytool apps generate an installer that packages all of the binary artifacts required for distributing a compiled component. The installer is located in the for_redistribution folder of the compiler project.

You can also generate an installer using the compiler.package.installer function.

If you do not create an installer, distribute the set of files required to integrate the component according to the component type. In order to run the application, the target machine must have access to MATLAB Runtime that matches the version of MATLAB used to compile the component, at the same update level or newer.

See Also