how to create columns in a image
Afficher commentaires plus anciens
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 9 Nov 2015
[r, c, ~] = size(YourImage);
if r > c
YourImage(r,r,:) = 0; %extend it with 0's
end
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!