why has one of the attribute names been changed by MATLAB when using the shaperead function to read a point shp file?
Mostra commenti meno recenti
I have a point shp file 'ULS170527All.shp' with eleven attributes. The attributes are shown as follows in ArcGIS:

Then, I used the following expression to read it:
Tree = shaperead('ULS170527All.shp');
The following image shows the field names and data of the 'Tree' variable:

Is this a bug of MATLAB?
Did anyone have the similar problem?
6 Commenti
KSSV
il 17 Apr 2018
It is a only a name of variable right? Not the data.
per isakson
il 18 Apr 2018
shaperead or readshape ?
Songqiu
il 18 Apr 2018
KSSV
il 18 Apr 2018
Upload the shape file...
Songqiu
il 18 Apr 2018
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Create Plots on Maps in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!