How do I know the endpoint of RoadRunner simulation using the API command?
Ältere Kommentare anzeigen
With the following standard workflow to execute a RoadRunner simulation using the API command, I want to know the endpoint of the simulation. What the programming looks like for it?
rrApp = roadrunner(projectFolder);
rrApi = roadrunnerAPI(rrApp);
openScene(rrApp, sceneFile);
openScenario(rrApp, scenarioFile);
set(rrSim, "SimulationCommand", "Start");
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Programmatic Scene and Scenario Management finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!