Matlab Engine API C++ open and run Simulink Project file
2 ビュー (過去 30 日間)
古いコメントを表示
Hey,
what is the right way to open and run a simulink project file? I tried evalAsync and load_system. But this cmd needs a slx file.
Do you have some suggestions for me? THX
std::unique_ptr<MATLABEngine> matlabPtr = startMATLAB();
matlabPtr->evalAsync(u"load_system('~/test_project.prj')");
0 件のコメント
回答 (1 件)
Pranav Verma
2021 年 2 月 19 日
Hi Matthias,
You can use openProject to open any .prj file. Simply specify the path to the project as argument to the function.
Thanks
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Call MATLAB from C++ についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!