Cpp to Mex conversion
古いコメントを表示
How can I do a cpp conversion to mex?
Thanks
1 件のコメント
James Tursa
2019 年 6 月 17 日
Please post more details. Have you looked at the examples in the doc?
採用された回答
その他の回答 (1 件)
Suryaansh Mata
2019 年 6 月 18 日
0 投票
You can use the inbuilt MEX functionality to make use of the source code in C/C++ in MATLAB. Follow the step-by-step detailed instructions given at https://www.mathworks.com/help/matlab/matlab_external/standalone-example.html for the same.
2 件のコメント
Stelios Fanourakis
2019 年 6 月 18 日
Maria Cristina Bustos Rodriguez
2020 年 1 月 31 日
I solved that mxCreateNumericArray_730 error by putting this warning:
"mex -DMX_COMPAT_32 yourcode.cpp "
カテゴリ
ヘルプ センター および File Exchange で Write C Functions Callable from MATLAB (MEX Files) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!