How to join two shapefiles in MATLAB ?

12 views (last 30 days)
SUSHMA MB
SUSHMA MB on 27 Feb 2017
Commented: Avyan Pandey on 19 Dec 2020
How can i join two shapefiles, i.e., .shp file of same place into one .shp file in MATLAB.

Answers (1)

KSSV
KSSV on 27 Feb 2017
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 Comment
Avyan Pandey
Avyan Pandey on 19 Dec 2020
Could you please write some the examples on "intersection" or "left merge" or "within"?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!