Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Why the contourfm not perform the contours correctly?

조회 수: 1 (최근 30일)
Szabó-Takács Beáta
Szabó-Takács Beáta 2016년 7월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
Dear All,
I would like to create some maps by contourfm function, but I found that it does not work correctly. I have some matrices wich have different values between 1 and 31. When I create a map by:
worldmap('Europe');
load coast;
plotm(lat, long, 'k');
clear lat long;
contourfm(latitude,longitude,IU2,30);
caxis([1 31])
contourcmap('coeppen', 'Colorbar', 'on', 'Location', 'horizontal')
I get an incorrect map because there are some contours between same colours. But when I change the contour values from 30 to 29 the contours divide the different values correctly but the colourbar size is just 30 instead of 31 hence the applied colours are incorrect. How should I set up the contourfm and contourcmap functions for perform a correct map?

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by