MATLAB: Are the MATLAB Math and Graphics Libraries supported anymore

graphicslibrariesmathMATLAB C/C++ Graphics LibraryMATLAB C/C++ Math Librarysupport

I can not find any documentation for the MATLAB Math and Graphics Libraries anymore. Why is this?

Best Answer

Since MATLAB Compiler 3.0 (R13), the MATLAB Math and Graphics Libraries have been unsupported. This is why there is no longer any documentation about them.
If you wish to call MATLAB functionality from a C/C++ program, you should compile your MATLAB code to a shared library or COM object using the MATLAB Compiler or the MATLAB Builder for COM.