Are the MATLAB Math and Graphics Libraries still in MATLAB versions later than 6.5 (R13)?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
Risposta accettata
MathWorks Support Team
il 27 Giu 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.)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!