Create a shape file on MATLAB to use it on ARCGIS

6 views (last 30 days)
I have created a shape file on MATLAB by using the function shapewrite(S,filename) with S=geoshape(latitude_polygon,longitude_polygon).
However, when I want to open the file in ARCGIS, there is an error message saying: 'Error opening feature class'.
Does someone know why please?
Thank you in advance.

Answers (2)

Harsha Priya Daggubati
Harsha Priya Daggubati on 6 Aug 2019
Hi,
I think it is not because of the shapefile generated in MATLAB but may be because there is at least one item that is supported in ArcInfo only, not in Arc. You can change the definition of the item to supported type with the help of ArcInfo command-line.

mamasix15
mamasix15 on 14 Aug 2019
I will have a look thank you!

Community Treasure Hunt

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

Start Hunting!