How to draw isolines between points?

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?

 Risposta accettata

Image Analyst
Image Analyst il 22 Set 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.

Più risposte (0)

Categorie

Richiesto:

il 22 Set 2024

Commentato:

il 1 Ott 2024

Community Treasure Hunt

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

Start Hunting!

Translated by