/[MITgcm]/MITgcm_contrib/atnguyen/verification/lab_sea/matlab/mmax.m
ViewVC logotype

Annotation of /MITgcm_contrib/atnguyen/verification/lab_sea/matlab/mmax.m

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


Revision 1.1 - (hide annotations) (download)
Mon Jun 1 23:25:15 2015 UTC (10 years, 1 month ago) by atn
Branch: MAIN
CVS Tags: HEAD
matlab routines to analyze latest seaice thermo adjoint using IFenty code

1 atn 1.1 function mm=mmax(a)
2     % function MMAX(A)
3     % Return maximum value of matrix A
4     %
5     % See also MINMAX MMIN MMEAN
6    
7     % D. Menemenlis (dimitri@ocean.mit.edu), 21 aug 94
8    
9     ix=find(~isnan(a));
10     mm=max(a(ix));

  ViewVC Help
Powered by ViewVC 1.1.22