Is this grayscale image?

1 visualizzazione (ultimi 30 giorni)
Kiha Kim
Kiha Kim il 13 Dic 2021
Risposto: Walter Roberson il 13 Dic 2021
A= zeros(10,10);
B=ones(10,10);
C=[ A B A B A B A];
D=[C;C;C;C;C;C;C;C];
imshow(D)

Risposta accettata

Walter Roberson
Walter Roberson il 13 Dic 2021
Yes.
It could also be considered a black and white image.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by