필터 지우기
필터 지우기

Info

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

Maintainin​g/Fixing/C​onstant Colorbar in an Animation

조회 수: 1 (최근 30일)
gdz
gdz 2023년 2월 10일
마감: gdz 2023년 2월 10일
Hi,
I have a system that could read the data from Arduino, and the data is passed to a Z and a 3D bar plotis display of Matlab. Although, I could set the colorbar range to 0 to 200, the color inside the colorbar keep changing when I adjust the input reading.
May I know are there any way I could fix the color of the colorbar?
b = bar3(Z,0.5);
h = colorbar;
set(h, 'ylim', [0 200]);
for k = 1:length(b)
zdata = b(k).ZData;
b(k).CData = zdata;
b(k).FaceColor = 'interp';
end

답변 (0개)

이 질문은 마감되었습니다.

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by