필터 지우기
필터 지우기

Importing a road map into the MATLAB for simulation.

조회 수: 19 (최근 30일)
Ishan Madushanka
Ishan Madushanka 2023년 7월 22일
답변: Garv Agarwal 2023년 7월 23일
I want to import a actual road map of Sri Lanka into MATLAB to simulate a vehicle movement with traffic. Could you please explain how to accomplish this to meet my requirements?

답변 (1개)

Garv Agarwal
Garv Agarwal 2023년 7월 23일
Hi Ishan,
From my understanding, you want to import a road map of Sri Lanka into MATLAB.
There are multiple ways to import maps in MATLAB -
  • The HERE HD Live Map Importer in MATLAB which allows you to access highly accurate, continuously updated map data which can then be used to generate roads for simulations.
  • The OpenStreetMap which enables you to access crowdsourced map data. Using the Driving Scenario Designer app, you can import map data from OpenStreetMap and use it to generate roads for your driving scenarios.
  • MATLAB also supports other map sources like ASAM OpenDRIVE, Zenrin Japan Map API 3.0, etc.
You can use the roadNetwork function to get the road networks from these maps or use their interactive dialogue boxes for the same.
You can read more about it from the following documentation -

카테고리

Help CenterFile Exchange에서 Mapping Toolbox에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by