/[MITgcm]/MITgcm/utils/matlab/stats.m
ViewVC logotype

Diff of /MITgcm/utils/matlab/stats.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by adcroft, Fri Jun 4 17:03:50 2004 UTC revision 1.5 by jmc, Sat Feb 17 23:49:43 2007 UTC
# Line 12  function [varargout] = stats(A) Line 12  function [varargout] = stats(A)
12  %  %
13  % [Min Max Mean SD]=stats(topo); returns the statistics in Min, Max,  % [Min Max Mean SD]=stats(topo); returns the statistics in Min, Max,
14  % Mean and SD and does not write to the terminal.  % Mean and SD and does not write to the terminal.
15  %  
16  % $Header$  % $Header$
17    % $Name$
18    
19  A=A(:);  A=A(:);
20    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22