Release 11 New Features |
MATLAB C++ Math Library 1.2
Compatibility Release
Version 1.2 of the MATLAB C++ Math Library was a compatibility release that brought 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. However, through the use of C++ function overloading, most of the old functions remain for backward compatibility, and new functions have been added to handle the new functionality (in most cases, with additional function arguments).New Features
Version 1.2 of the C++ Math Library added 47 new functions, providing several significant new features, including:feval
with multiple output arguments (return values); Version 1.1 supported feval
functions with a single output argument.
load
and save
support.