Home
>
custom
>
colfilt_filters
> mmean.m
mmean
PURPOSE
does mean(X(:))
SYNOPSIS
function m=mmean(x)
DESCRIPTION
does mean(X(:))
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
qt_disaggregate
PUPROSE: Disaggregate a quadtree sparse matrix created using
SOURCE CODE
0001
function m=mmean(x)
0002
% does mean(X(:))
0003 m=nanmean(x(:));
Generated on Tue 24-Feb-2009 19:14:50 by
m2html
© 2003