2% This function prints some quick statistics about a variable in the
5%% Syntax and Description
7% |stat(variable)| prints the following properties of a variable in the
10% * |size|: size of variable.
11% * |numel|: number of elements in variable.
12% * |NaNs|: number of not-a-number values in variable.
13% * |maximum|: maximum value in variable across all dimensions.
14% * |minimum|: minimum value in variable across all dimensions.
15% * |mean|: mean value of variable across all dimensions.
16% * |median|: median value of variable across all dimensions.
17% * |mode|: most frequent value in variable across all dimensions.
18% * |std dev|: standard deviation of variable across all dimensions.
19% * |variance|: variance of variable across all dimensions.
29% This function also works with |NaN| values:
38% This function was written by <http:
39% University of Texas Institute for Geophysics (<http: