How to join two shapefiles in MATLAB ?

10 次查看(过去 30 天)
How can i join two shapefiles, i.e., .shp file of same place into one .shp file in MATLAB.

回答(1 个)

KSSV
KSSV 2017-2-27
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 个评论
Avyan Pandey
Avyan Pandey 2020-12-19
Could you please write some the examples on "intersection" or "left merge" or "within"?

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by