[M, N, ~] = size(im) why we use
Afficher commentaires plus anciens
[M, N, ~] = size(im) why we use
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 22 Sep 2018
0 votes
Read the documentation about size() again, paying attention to the definition of the output when you the number of output is less than the number of dimensions of the data.
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!