How do I know the endpoint of RoadRunner simulation using the API command?
Show older comments
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");
Accepted Answer
More Answers (0)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!