Take part of pcolor

3 ビュー (過去 30 日間)
Giacomo Abrardo
Giacomo Abrardo 2021 年 4 月 17 日
回答済み: Shubham Khatri 2021 年 4 月 23 日
I'm working on a project for my university. I have a file NC with lat, long and the data for each point. The plot covers all Europe but i want to display only part of Italy. I just find on internet the boundary of my region. How can i do to plot only the part that i want.
Thanks all
  3 件のコメント
Giacomo Abrardo
Giacomo Abrardo 2021 年 4 月 17 日
Yes the boundary is from a Shape File. I speak with my university prof and he suggest poly2mask but looking on internet i think inpolygon is better. i don't know which is better of if there is some function better
Bjorn Gustavsson
Bjorn Gustavsson 2021 年 4 月 18 日
From the information given inpolygon seems to be the function to use. poly2mask are a similar enough function but seems to be tailored to return a mask for pixels in image.

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

採用された回答

Shubham Khatri
Shubham Khatri 2021 年 4 月 23 日
Hello,
To my understanding you can use inpolygon. You can also compare both the functions from there codes.
For more information you can visit the documentation link for inpolygon and poly2mask.
Hope it helps

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by