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).

If you are generating C++ Math Library programs using the MATLAB Compiler, the changes in functions between MATLAB 4 and 5 should not affect you very much, because the MATLAB Compiler knows about the new functions and generated the correct code. You will, in some cases, however, have to regenerate your C++ code from your M-files to use the new libraries. If you have written stand-alone programs by hand, you may have to edit some of your code before you can link with the new libraries.

New Features

Version 1.2 of the C++ Math Library added 47 new functions, providing several significant new features, including:



[ Previous | Next ]