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 个)

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by