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)
Categories
Find more on Programmatic Scene and Scenario Management in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!