Linking MATLAB and C++
4 ビュー (過去 30 日間)
古いコメントを表示
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++?
Thanks!
0 件のコメント
採用された回答
Shashank Prasanna
2013 年 7 月 8 日
They work in different directions:
MEX is to call C++ code from the MATLAB environment.
MATLAB Engine is to call MATLAB functionality from the C++ code using the engine API.
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で External Language Interfaces についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!