How to join two shapefiles in MATLAB ?

조회 수: 13 (최근 30일)
SUSHMA MB
SUSHMA MB 2017년 2월 27일
댓글: Avyan Pandey 2020년 12월 19일
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"?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 HDF5에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by