How to create contour maps in MATLAB?
9 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Sulaymon Eshkabilov
2021-5-24
Hi,
Here is a nice matlab code for kriging method based interpolation.
Good luck.
5 个评论
Sulaymon Eshkabilov
2021-5-31
You've made a small err. You should use this command:
contour(gridX, gridY, elevation)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!