フィルターのクリア

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

18 ビュー (過去 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 Center および File ExchangeWhite についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by