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

조회 수: 3 (최근 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 CenterFile Exchange에서 Color and Styling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by