How to draw isolines between points?

11 ビュー (過去 30 日間)
Darya
Darya 2024 年 9 月 22 日
コメント済み: Darya 2024 年 10 月 1 日
Hello everyone!
I have points with known geographic coordinates and certain values. How do I draw isolines (lines of equal values) or a continuous color field between them on the map?

採用された回答

Image Analyst
Image Analyst 2024 年 9 月 22 日
You have to make a continuous field (grid) of values using scatteredInterpolant.
See attached demo to make that field.
Then use contour to draw the contour lines.
  1 件のコメント
Darya
Darya 2024 年 10 月 1 日
Thank you so much for your reply!

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by