Is this grayscale image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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)
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Feature Detection and Extraction 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!