How do I know the endpoint of RoadRunner simulation using the API command?
显示 更早的评论
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");
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Programmatic Scene and Scenario Management 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!