User`s guide

Magic Square Example
at the bottom of the output pane. The Deployment Tool Output pane is
dockable; by default it appears across the bottom of the MATLAB d esktop.
MATLAB Compiler puts the files that are needed for the application in
two newly created subdirectories,
src and distri b,intheMagicExample
directory. A copy of the build log is placed in the src directory.
Tip When your source code has been compiled successfully, a file named
readme.txt is written to the distrib directory. Use this file as a guide to
the system requirements and other prerequisites you must satisfy to deploy
your first component on a target computer.
7 Package the application so it can run on machines that do not have
MATLAB installed:
In the Deployment Tool toolbar, click the Package Project
icon.
As a n alternative, you can select Tools > Package in the MATLAB
menu bar.
MATLAB Compiler creates a package in the
distrib subdirectory. O n
Windows, the package is a self-extracting executable, and o n platforms
other than Windows, it is a
.zip file.
8 Deploy the ap
plication to end users as described in “Deploying to End
Users” on pa
ge 4-9.
1-9