how to import drivingScenario object into DrivingScenarioDesigner?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
cui,xingxing
am 25 Jul. 2022
Beantwortet: Abderrahim. B
am 25 Jul. 2022
I construct "drivingScenario" object by drivingScenario function programmatically, then i add some actors in it, however, i can't import this drivingScenario object into DrivingScenarioDesigner, even save it using .mat file. Import option within toolstrip also not support from matlab base workspace?Must i shoud construct scenario in DrivingScenarioDesigner? your reply would be greatly appreciated.
On the other hand, similar app, imageLabeler ,videoLabeler, grounTruthLabeler support import variable from workspace.
0 Kommentare
Akzeptierte Antwort
Abderrahim. B
am 25 Jul. 2022
Hi !
Pass the scenario you have designed programmatically to the drivingScenarioDesigner.
drivingScenarioDesigner(yourScenarioHere)
Hope this helps
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!