how to build myself scenario in the example of HighwayLaneChangeTestBench?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
In the example of HighwayLaneChangeTestBench, the scenarios are scenario_LC_01_SlowMoving.m,scenario_LC_02_SlowMovingWithPassingCar.m and so on.
However, generally speaking, the driving scenario designer generates a. Mat file. How to convert a scene. Mat file into . M file? Or, in this case, what other ways to add driving scenarios?
댓글 수: 0
답변 (1개)
Raynier Suresh
2020년 11월 30일
After designing the scenario using the driving scenario use the “Export” option and select “MATLAB Function” this will create a MATLAB function for your scenario and then you can save it as a .m file.
You can use this function similar to scenario_LC_01_SlowMoving.m in your model.
Refer the below link to know more about driving scenario designer:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Signal Integrity Kits for Industry Standards에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!