seeking help regarding executing matlab compiled .exe from a c++ code
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
i want to execute a matlab compiled .exe from within a c++ code. I will be grateful if anybody please provide the necessary syntax for that. Please note the matlab code requires some arguments to process.
1 件のコメント
Walter Roberson
2013 年 4 月 12 日
This looks to me like it is a rephrased version of http://www.mathworks.co.uk/matlabcentral/answers/71709-in-a-c-program-how-to-call-matlab-exe-file-to-run-with-c-program
回答 (1 件)
Kaustubha Govind
2013 年 4 月 12 日
0 投票
It might be more appropriate to create a shared library (DLL) from your MATLAB code, rather than an executable. Please refer to the following links:
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!