/[MITgcm]/MITgcm_contrib/high_res_cube/matlab-grid-generator/expand.m
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/matlab-grid-generator/expand.m

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


Revision 1.1 - (show annotations) (download)
Tue Nov 11 18:08:08 2003 UTC (21 years, 8 months ago) by cnh
Branch point for: MAIN, initial
Initial revision

1 function [A] = expand(a)
2 % [A] = expand(a);
3 %
4 % A(:,:,j) = a for j=1:6
5
6 for j=1:6;
7 A(:,:,j)=a;
8 end

  ViewVC Help
Powered by ViewVC 1.1.22