How to count no. of output result from a program

6 visualizzazioni (ultimi 30 giorni)
Amit
Amit il 12 Feb 2012
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.

Risposte (2)

bym
bym il 12 Feb 2012
perhaps
x = mean(magic(4));
counts = numel(x)
is what you are after

Image Analyst
Image Analyst il 12 Feb 2012

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by