How scenarios can be generated automatically
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Thaddäus Menzel
am 2 Apr. 2019
Kommentiert: Thaddäus Menzel
am 3 Dez. 2019
In R2018b there was the helperScenarioReader.m and the mat-files generated by Driving Scenario Designer had a simple structure containing only matrices, so it was very easy to generate such mat files automatically.
But in R2019a the scenarioReader is p-coded and the mat-files generated by Driving Scenario Designer have a very complex structure containing class objects and it seems, that such class objects cannot be initialized outside the GUI of Driving Scenario Designer.
Any idea or solution to create such mat-files in R2019a automatically?
0 Kommentare
Akzeptierte Antwort
Roshin Kadanna Pally
am 1 Okt. 2019
Hi Thaddaus,
Starting from R2019b, the Scenario Reader can read from a drivingScenario object in MATLAB workspace. See the following page:
Hope this helps.
Roshin
5 Kommentare
Muhammad Iqbal
am 2 Dez. 2019
Thanks Thaddaus;
I got It ,but now i want to know about
1. "How to repeat/run the modified scenario 1000 time with simulation run ? "
e.g i have a piece of road as
scenario = drivingScenario;
roadCenters = [0 0; 50 0];
roadWidth = 6;
road(scenario, roadCenters, roadWidth);
how to repeate this 1000 with the model
2.how to get data from generated graph after simulation run?
thanks
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu DSP System Toolbox Support for ARM Cortex-M Processors finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!