How can I make this image? The matrix size is 16 by 16 and the whole image is 256 by 256.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
one
zeros
Réponse acceptée
Image Analyst
le 14 Déc 2021
img = eye(16)+fliplr(eye(16))
Then use imresize() with the 'nearest' option.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!