Release 11 New Features |
MATLAB C Math Library 1.2
Compatibility Release
Version 1.2 of the MATLAB C Math Library is a compatibility release that brings the library into compliance with MATLAB 5. Although the library works with MATLAB 5, it does not support several of the new features of MATLAB 5. Note Many functions have changed between MATLAB 4 and MATLAB 5. These changes are reflected in the MATLAB C Math Library. If you are using the MATLAB Compiler to generate your C Math Library programs, you will need to regenerate your C files from your MATLAB 4 M-files before the C files will work with the new libraries. If you have written C Math Library programs by hand, you need to make the changes manually.New Features
Version 1.2 of the C Math Library added 47 new functions, providing several significant new features, including:'x(:, 4) = 1')
. This adds three new functions: mlfArrayAssign
, mlfArrayRef
, and mlfArrayDelete
.
feval
with multiple output arguments (return values); Version 1.1 supported feval
of functions with a single output argument.
load
and save
support.