Are the MATLAB Math and Graphics Libraries still in MATLAB versions later than 6.5 (R13)?
2 ビュー (過去 30 日間)
古いコメントを表示
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.
採用された回答
MathWorks Support Team
2009 年 6 月 27 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!