필터 지우기
필터 지우기

Cannot showing multiple color using pcolor and different cmap

조회 수: 1 (최근 30일)
Ashvin Hamzah Driwantara
Ashvin Hamzah Driwantara 2016년 12월 24일
답변: KSSV 2016년 12월 26일
I want to show 2 variables : smoker and smokerw in different color using pcolor and two different cmap. I want to show smokerw in red color (hsv(1)), and show smoker in blue color (jet(1))...
I place code like this :
if true
pcolor(X,Y, smokerw');
hold on
pcolor(X,Y, smoker');
cmap1 = hsv(1);
cmap2 = jet(1));
cmap = [cmap1;cmap2];
colormap(cmap);
end
The result show both smoker and smokerw in red color...
I want to show smoker in blue, and smokerw in red...
Someone please help me, thank you...

답변 (1개)

KSSV
KSSV 2016년 12월 26일

카테고리

Help CenterFile Exchange에서 Blue에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by