Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Wed Apr 21 23:46:42 2010 UTC | revision 1.2 by gforget, Thu Oct 20 20:57:01 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function r = nanmedian(p,varargin) | function r = nanmedian(p,varargin) |
2 | %overloaded gcmfaces nanmedian function : | |
3 | % 1) if single gcmfaces argument, then returns the global nanmedian over all faces | |
4 | % 2) if more than one argument, then simply calls double nanmedian function for | |
5 | % each face data, passing over the other arguments | |
6 | ||
7 | if nargin==1; | if nargin==1; |
8 | tmp1=[]; | tmp1=[]; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |