MATLAB Compiler Previous page   Next Page

Before You Begin

Before reading this book, you should already be comfortable writing M-files. If you are not, see Programming in the MATLAB documentation.

It is useful to note the distinction between the MATLAB Compiler and the MATLAB interpreter. The MATLAB interpreter refers to the application that accepts MATLAB commands, executes M-files and MEX-files, and behaves as described in the MATLAB documentation. When you use MATLAB, you are using the MATLAB interpreter. The MATLAB Compiler refers to this product, which takes M-files as input and generates stand-alone applications or software components. The MATLAB Compiler is invoked with the mcc command.


Previous page  Introduction Upgrading from Previous Compiler Releases Next page

© 1994-2005 The MathWorks, Inc.