Saving tracking Scenario to .mat file

2 vues (au cours des 30 derniers jours)
Chris Raper
Chris Raper le 25 Juin 2021
Commenté : Elad Kivelevitch le 25 Juin 2021
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?

Réponse acceptée

Elad Kivelevitch
Elad Kivelevitch le 25 Juin 2021
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 commentaires
Chris Raper
Chris Raper le 25 Juin 2021
@Elad Kivelevitch Thank you! That's exactly what I needed. I was stuggling to find mentions in the help documentatyion and examples of using the Tracking Scenario Designer from progammatic scenarios. Your link is what I needed.
Elad Kivelevitch
Elad Kivelevitch le 25 Juin 2021
Great!
I am glad I could help.

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by