How to create contour maps in MATLAB?
2 ビュー (過去 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!