Note
The phrase MATLAB interpreter refers to the application that accepts MATLAB commands, executes M-files and MEX-files, and behaves as described in the Using MATLAB documentation. When you use MATLAB, you are using the MATLAB interpreter. The phrase MATLAB Compiler refers to this product, which translates M-files to C or C++ source code and its associated libraries. This book distinguishes references to the MATLAB Compiler by using the word `Compiler' with a capital C. References to "compiler" with a lowercase c refer to your C or C++ compiler.
|