User`s guide

1 Getting Star ted
What Is MATLAB Compiler?
In this section...
“Overview of MATLAB Compiler” on page 1-2
“What Is the Deployment Tool? on page 1-2
Overview of MATLAB Compiler
Use MATLAB® C ompiler to convert MATLAB® programs to applications
and libraries that you can distribute to end users who do not have M ATLAB
installed. Yo u can compile M-files, MEX-files, or other MATLAB code.
MATLAB Compiler supports all the features of M ATLAB, including objects,
private functions, and methods. Using M ATLAB Compiler you can generate
the following:
Standalone C and C++ applications on UNIX, Windows, and M acintosh
platforms
C and C++ shared libraries (dynamically linked libraries, or DLLs, on
Microsoft Windows)
Use the
mcc commandtoinvokeMATLABCompiler. Alternatively,you
can use the graphical user interface for MATLAB Compiler by issuing the
following command at the MATLAB prompt:
deploytool
What Is the Deployment Tool?
The Deployment Tool is the GUI to MATLAB Compiler. Use the Deployment
Tool to perform the tasks in the following illustration.
1-2