How can I make this image? The matrix size is 16 by 16 and the whole image is 256 by 256.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
one
zeros
Risposta accettata
Image Analyst
il 14 Dic 2021
img = eye(16)+fliplr(eye(16))
Then use imresize() with the 'nearest' option.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!