Color map error when I write "colorMap = Map.black"?

1 回表示 (過去 30 日間)
Pritom Kumar Saha
Pritom Kumar Saha 2022 年 2 月 7 日
回答済み: Image Analyst 2022 年 2 月 7 日
when I write
colorMap = Map.black;
it shows error
Unable to resolve the name Map.black.
Error in untitled4 (line 14)
colorMap = Map.black;
any suggestions why it's not working?
  1 件のコメント
Cris LaPierre
Cris LaPierre 2022 年 2 月 7 日
I guess the question is what is Map.black? How do you create it?

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2022 年 2 月 7 日
I don't know what Map.black is. Did you create it? What is it? It doesn't make sense to have a color map that is all black.
Try this:
colorMap = turbo(256);
colormap(colorMap);
colorbar;

カテゴリ

Help Center および File ExchangeColormaps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by