Parent Directory
|
Revision Log
|
Revision Graph
- 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 |