Is this grayscale image?
Mostra commenti meno recenti
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
Più risposte (0)
Categorie
Scopri di più su Modify Image Colors in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
