How to draw isolines between points?

조회 수: 9 (최근 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