/[MITgcm]/MITgcm_contrib/gael/matlab_class/@gcmfaces/prctile.m
ViewVC logotype

Contents of /MITgcm_contrib/gael/matlab_class/@gcmfaces/prctile.m

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


Revision 1.2 - (show annotations) (download)
Wed Jan 29 02:14:22 2014 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65x, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, HEAD
Changes since 1.1: +3 -21 lines
Error occurred while calculating annotation data.
- cleanup.

1 function r = prctile(p,varargin)
2 %overloaded gcmfaces prctile function (operates on full domain)
3
4 tmp1=convert2gcmfaces(p);
5 r=prctile(tmp1(:),varargin{1});
6

  ViewVC Help
Powered by ViewVC 1.1.22