How to create contour maps in MATLAB?
조회 수: 8 (최근 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!