Is this grayscale image?

1 Ansicht (letzte 30 Tage)
Kiha Kim
Kiha Kim am 13 Dez. 2021
Beantwortet: Walter Roberson am 13 Dez. 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)

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by