How to draw isolines between points?

9 vues (au cours des 30 derniers jours)
Darya
Darya le 22 Sep 2024
Commenté : Darya le 1 Oct 2024
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?

Réponse acceptée

Image Analyst
Image Analyst le 22 Sep 2024
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 commentaire
Darya
Darya le 1 Oct 2024
Thank you so much for your reply!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by