Saving tracking Scenario to .mat file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Chris Raper
il 25 Giu 2021
Commentato: Elad Kivelevitch
il 25 Giu 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?
0 Commenti
Risposta accettata
Elad Kivelevitch
il 25 Giu 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Trajectory and Scenario Generation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!