Filter löschen
Filter löschen

Matlab Engine API C++ open and run Simulink Project file

3 Ansichten (letzte 30 Tage)
Matthias B
Matthias B am 15 Jun. 2020
Beantwortet: Pranav Verma am 19 Feb. 2021
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')");

Antworten (1)

Pranav Verma
Pranav Verma am 19 Feb. 2021
Hi Matthias,
You can use openProject to open any .prj file. Simply specify the path to the project as argument to the function.
You can also refer to the link and follow the steps to open the recent projects.
Thanks

Kategorien

Mehr zu Deploy to C++ Applications Using MATLAB Data API (C++11) finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by