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
댓글 수: 2
추가 답변 (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!