/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_maps/qwckplot.m
ViewVC logotype

Contents of /MITgcm_contrib/gael/matlab_class/gcmfaces_maps/qwckplot.m

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


Revision 1.1 - (show annotations) (download)
Tue Jul 31 21:47:20 2012 UTC (12 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65x, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, HEAD
- added qwckplot.m :
  does a quick display of a 2D field according
  to imagescnan(convert2array(fld)'); axis xy;

1 function []=qwckplot(fld);
2 %does a quick display of a 2D field according
3 %to imagescnan(convert2array(fld)'); axis xy;
4
5 imagescnan(convert2array(fld)'); axis xy;
6
7

  ViewVC Help
Powered by ViewVC 1.1.22