I have digitize 3 rivers on google earth and converted into shp file to use in matlab. I have checked the shp file in Arcgis and they are working. But while opening in Matlab, matlab shows some error. Can anyone help me out...
- Unsupported shape type PolyLineZ (type code = 13).
- headerTypeCode = readHeaderTypeCode(shpFileId,callingFcn); The code I am giving is below : water = shaperead('rivers', 'UseGeoCoords', true); geoshow( water , 'Facecolor', 'blue')