How to Run filename.mexw64 in command prompt
3 ビュー (過去 30 日間)
古いコメントを表示
How to Run filename.mexw64 in command prompt without .c source file
0 件のコメント
回答 (1 件)
James Tursa
2019 年 8 月 26 日
Assuming you are on a WIN64 system, call it just like any other function. E.g.,
my_result = filename(my_arguments);
The filename.mexw64 file must be visible (i.e., in your current directory or on the MATLAB path).
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!