Integrating C++ code with Matlab Code
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am computing the output of an image using two components of a code. One component is in C++ while the other one is in matlab. I run the c++ component on my image, save it in a folder and then run my matlab code on it. Is it possible to integrate them together. Like my C++ code runs in matlab and then automatically passes the output to my matlab code??
Thanks for your help.
Amarjot
0 件のコメント
採用された回答
Walter Roberson
2013 年 3 月 8 日
Using mex you can have MATLAB call the C++ part and retrieve the output.
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Call C++ from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!