Is it possible to create a MEX file from C code outside of Matlab?
2 ビュー (過去 30 日間)
古いコメントを表示
I know how to do it within Matlab. Is there a way to turn a dot-c file into a MEX file (64 bit) through some other method not involving Matlab?
0 件のコメント
回答 (1 件)
James Tursa
2018 年 9 月 20 日
編集済み: James Tursa
2018 年 9 月 20 日
You can compile the mex routine from outside of MATLAB (e.g., from within Visual Studio), but you will still need the MATLAB libraries to link with.
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!