How to create contour maps in MATLAB?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello
I have a question about a code
I would like to create contour maps in matlab with kriging method. I use meshgrid and griddata commands to create contour maps, but the above commands use triangulation method. I would like to use kriging method?
Is there a way to make it? Could you please help me?
0 comentarios
Respuestas (1)
Sulaymon Eshkabilov
el 24 de Mayo de 2021
Hi,
Here is a nice matlab code for kriging method based interpolation.
Good luck.
5 comentarios
Sulaymon Eshkabilov
el 31 de Mayo de 2021
You've made a small err. You should use this command:
contour(gridX, gridY, elevation)
Ver también
Categorías
Más información sobre Contour Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!