How to count no. of output result from a program
Show older comments
I am getting n no. of mean values of sub-matrices of a big matrix. Please tell me How I can count the no. of values.
Answers (2)
bym
on 12 Feb 2012
perhaps
x = mean(magic(4));
counts = numel(x)
is what you are after
Image Analyst
on 12 Feb 2012
0 votes
Here's one step in the process - read this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!