Why are my IGISMAP downloaded shapefiles causing matlab to crash?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!