Coversion of visual c to matlab line
3 ビュー (過去 30 日間)
古いコメントを表示
I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution
0 件のコメント
採用された回答
Walter Roberson
2016 年 12 月 3 日
You can create some Mex interface code, or you can use loadlibrary() . If the existing code runs by itself and supports ActiveX then you can use activexserver()
0 件のコメント
その他の回答 (2 件)
James Tursa
2016 年 12 月 2 日
Rather than converting the code, you might consider a mex solution:
https://www.mathworks.com/help/matlab/programming-interfaces-for-c-c-fortran-com.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で ActiveX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!