Saving tracking Scenario to .mat file
1 次查看(过去 30 天)
显示 更早的评论
I've generated an elaborate tracking scenario programmatically with the Sensor Fusion & Tracking toolbox. How can I save the scenario to a .mat file so I can load it into the Tracking Scenario Designer application?
0 个评论
采纳的回答
Elad Kivelevitch
2021-6-25
Chris,
If you're using release R2020b or later, you should be able to directly import the scenario object into the tracking scenario designer by doing the following
% Assuming scenario is your trackingScenario object
trackingScenarioDesigner(scenario);
There are some limitations with doing so, because not all the features supported by tracking scenario are supported by the designer at this time. Please see the following link for limitations on using this syntax.
Elad
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Trajectory and Scenario Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!