/
[MITgcm]
/
MITgcm_contrib
/
timour_matlab
/
mscripts
/
plottcol.m
Contents of /MITgcm_contrib/timour_matlab/mscripts/plottcol.m
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1
- (
show annotations
) (
download
)
Wed Sep 3 21:22:22 2003 UTC
(22 years, 2 months ago) by
edhill
Branch:
MAIN
CVS Tags:
HEAD
initial checkin of Timour's MatLAB scripts
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