필터 지우기
필터 지우기

How do I use a log scale for my colorbar in imagesc?

조회 수: 15 (최근 30일)
Eric
Eric 2023년 11월 18일
편집: DGM 2023년 11월 18일
imagesc(lonedges, latedges, bincounts); colorbar(); title('Bin Test'); set(gca, 'YDir', 'normal')
Is there a way for me to make this colorbar() log scaled instead of linearly scaled? I would prefer if it was done in imagesc instead of using a separate function, but either way works.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 11월 18일
편집: DGM 2023년 11월 18일

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by