User`s guide
New Features
1-5
• The new option, -b, causes the Compiler to generate a Visual Basic (.bas)
file that contains the Microsoft Excel Formula Function interface to a
Compiler-generated COM object.
• The new option,
-i, causes the Compiler to include only the M-files that are
specified on the command line as exported interfaces.
Note To create Microsoft Excel components with the MATLAB Compiler, you
must have the MATLAB Excel Builder product installed on your system.
MATLAB Compiler 2.1
MATLAB Compiler 2.1 supports much of the functionality of MATLAB 6. The
new features of the Compiler are
• Optimizations
•
mlib files
• Additional data type support
• Improved support for
load and save
• Dynamically linking in MEX-files in the stand-alone environment
• MATLAB add-in for Visual Studio
• Faster C/C++ Math Library applications
• Additional language support
Optimizations
The MATLAB Compiler provides a series of optimizations that can help speed
up your compiled code. These optimizations are on by default unless you are
building a debuggable version.
Folding Array Constants. Folds scalar and nonscalar valued array constants.
One- and Two-Dimensional Array Indexing. Uses faster routines that are optimized
for simple indexing.
for-loops. Optimizes for- loops with integer starts and increments.