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?

 Respuesta aceptada

Image Analyst
Image Analyst el 22 de Sept. de 2024

0 votos

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.

Más respuestas (0)

Categorías

Más información sobre Contour Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Sept. de 2024

Comentada:

el 1 de Oct. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by