Are the MATLAB Math and Graphics Libraries still in MATLAB versions later than 6.5 (R13)?

1 view (last 30 days)
I cannot find any documentation or header files for the MATLAB Math and Graphics Libraries in versions later than MATLAB 6.5 (R13). I would like to know if they still exist.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
Due to the new design of the MATLAB Compiler in MATLAB Compiler 4.0 (R14), the MATLAB Math and Graphics Libraries have been discontinued.
If you would like to access MATLAB functionality from a standalone program on systems without MATLAB, consider using the MATLAB Compiler to generate a C shared library.
If you would like to use MATLAB functionality from a C/C++/
Fortran program, you can use the MATLAB Engine as described in the documentation.
(Note that Graphics DLL generated by compilers are not guaranteed to always work as expected. For more information see the solution linked below.)

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!