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

1 vue (au cours des 30 derniers jours)
Pritom Kumar Saha
Pritom Kumar Saha le 7 Fév 2022
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 commentaire
Cris LaPierre
Cris LaPierre le 7 Fév 2022
I guess the question is what is Map.black? How do you create it?

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 7 Fév 2022
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;

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by