How to join two shapefiles in MATLAB ?

How can i join two shapefiles, i.e., .shp file of same place into one .shp file in MATLAB.

Réponses (1)

KSSV
KSSV le 27 Fév 2017

0 votes

Read the shape files, you will get data. Merge them as matrices you do in matlab. And write them to different shape file. You have too read about shapewrite and shaperead.

1 commentaire

Avyan Pandey
Avyan Pandey le 19 Déc 2020
Could you please write some the examples on "intersection" or "left merge" or "within"?

Connectez-vous pour commenter.

Question posée :

le 27 Fév 2017

Commenté :

le 19 Déc 2020

Community Treasure Hunt

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

Start Hunting!

Translated by