why imagesc display the matrix in black and white?

8 Ansichten (letzte 30 Tage)
Kobi
Kobi am 8 Jul. 2014
Kommentiert: Image Analyst am 9 Jul. 2014
during a calculation of a complex matrix inside exp function i recived the following resault as seen in the attached image below the values are the real part of the matrix in both figures and they both go between 0 to 1 why the figure on the right is in black and white?

Antworten (1)

Image Analyst
Image Analyst am 8 Jul. 2014
You have not applied a colormap to that image on the right. The one on the left has a colormap applied to it.
  2 Kommentare
Kobi
Kobi am 9 Jul. 2014
colormap works great but why did it turn into gray?
Image Analyst
Image Analyst am 9 Jul. 2014
You did not show your code, so I don't know. By default imagesc() applies the jet (I believe) colormap. I find application of some arbitrary colormap that may not be appropriate annoying. I would guess that in your code you called colormap(gray);

Melden Sie sich an, um zu kommentieren.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by