comparing two data sets and extract specific data from one of them

1 回表示 (過去 30 日間)
bero latef
bero latef 2019 年 8 月 21 日
コメント済み: bero latef 2019 年 8 月 21 日
Hello everyone i am working on geodata of railway tracks and i have two files now in shape format and i am reading that normally and plotting that normaly, what i am asking for now i have tunnel data which represented by lines and i have the track data which represented with more than one track so i need to extract from the track data the real tracks which is pathing through a tunnel.
please see the attached photo for clear understanding , the blue lines represent the the track data and the red lines represent the tunnel data , what i need the two blue line which is pathing through that tunnel to be extracted in different data set, thats only an example the data set really large.
Thanks and regards Tunnel and tracks.PNG

採用された回答

KSSV
KSSV 2019 年 8 月 21 日
編集済み: KSSV 2019 年 8 月 21 日
YOu can make your blue lines a closed polygon.......and use inpolygon to get the points lying inside and on the blue lines. Read about inpolygon.
  3 件のコメント
KSSV
KSSV 2019 年 8 月 21 日
Use knnsearch ..get the distance and decide..
bero latef
bero latef 2019 年 8 月 21 日
Any other idea because machine learning toolbox not available in my matlab license

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSoftware Development Tools についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by