/[MITgcm]/MITgcm_contrib/timour_matlab/mscripts/plottcol.m
ViewVC logotype

Annotation of /MITgcm_contrib/timour_matlab/mscripts/plottcol.m

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


Revision 1.1 - (hide annotations) (download)
Wed Sep 3 21:22:22 2003 UTC (21 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
initial checkin of Timour's MatLAB scripts

1 edhill 1.1 stcol=size(tcol)
2     tcolnew=zeros(stcol(1),5);
3     for i=2:5
4     tcolnew(:,i)=(tcol(:,i-1)+tcol(:,i))/2;
5     end

  ViewVC Help
Powered by ViewVC 1.1.22