Azzera filtri
Azzera filtri

How to convert RGB gcf to grayscale gcf ?

1 visualizzazione (ultimi 30 giorni)
도현 김
도현 김 il 29 Mar 2021
Commentato: KSSV il 29 Mar 2021
h = rand(10)
heatmap(h)
i want to using 'rgb2gray' without using imread.
The mechanism I want is to create heatmap and set it in set(gcf,~~~~).
How can I do it ?

Risposta accettata

KSSV
KSSV il 29 Mar 2021
h = rand(10)
heatmap(h) ;
colormap(gray)
  2 Commenti
도현 김
도현 김 il 29 Mar 2021
Modificato: 도현 김 il 29 Mar 2021
Thank you! But that and grayscale are different.
Its size is (m*n*3 uint8) and grayscale is (m*n uint8).
KSSV
KSSV il 29 Mar 2021
If you have the values..you can striaght away use them with colormap. Read about it.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Colormaps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by