필터 지우기
필터 지우기

Why are my IGISMAP downloaded shapefiles causing matlab to crash?

조회 수: 2 (최근 30일)
Erin Browne
Erin Browne 2019년 3월 20일
I am trying to create a map of australia using the mapping tool where I have the main states of Australia highlighted.
I download the shapefile 'AustraliapolygonAshmore and Cartier Islands_AL4-AL421' from IGIS.
When trying to read this my who matlab freezes and will not work, why is this? or does anyone have any shapefiles for australian states available?
my code is below
boundaries = shaperead('Ashmore and Cartier Islands_AL4-AL4.shp', 'UseGeoCoords', true);
geoshow(boundaries);
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by