MATLAB Compiler Previous page   Next Page

Overview

After creating your component with the MATLAB Compiler, you can distribute, or deploy, it to others so that they can use it on their machines, independent of MATLAB.

The deployment process requires that you

  1. Package the necessary components depending on the type of generated application.
  2. Distribute them to your end user.
  3. Have the end users install them on their systems. During this phase of the installation process, the end users run MCRInstaller once on their target machine, that is, the machine where they will run the application or library. On Windows, MCRInstaller is a self-extracting executable that installs the necessary components to run your application. On UNIX, MCRInstaller is a ZIP file. See Installing the MCR on a Deployment Machine for additional details on MCRInstaller.

There are specific examples of how to deploy each target in their corresponding chapters in this book.


Previous page  Deployment Process Porting Generated Code to a Different Platform Next page

© 1994-2005 The MathWorks, Inc.