[M, N, ~] = size(im) why we use
Show older comments
[M, N, ~] = size(im) why we use
Accepted Answer
More Answers (1)
Walter Roberson
on 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.
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!