필터 지우기
필터 지우기

Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots?

조회 수: 19 (최근 30일)
Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots if I use basic MATLAB version?

채택된 답변

Image Analyst
Image Analyst 2012년 9월 1일
I'm not sure what you mean, but maybe it's this:
colormap(gray(256));
colorbar;
  댓글 수: 2
ManKit Tse
ManKit Tse 2012년 9월 1일
Yes, you got half right. If I want to reverse the colormap, white means low value and black means high value. How can I make this change. Anwyay, thank you for you image analyst.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by