Clear Filters
Clear Filters

How to count no. of output result from a program

3 views (last 30 days)
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
bym on 12 Feb 2012
perhaps
x = mean(magic(4));
counts = numel(x)
is what you are after

Image Analyst
Image Analyst on 12 Feb 2012

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!