Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1 by afe, Tue Jun 15 14:42:30 2004 UTC | revision 1.2 by afe, Wed Jun 16 21:13:32 2004 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | z=15; | z=15; |
| ensvar=memu; | ||
| %ensvar=memv; | ||
| %ensvar=memw; | ||
| %ensvar=memp; | ||
| 2 | ||
| 3 | ||
| 4 | xframe=6; | xframe=6; |
| 5 | yframe=5; | yframe=5; |
| 6 | var=reshape(ensvar,[nx ny nz nens]); | var=reshape(mem(:,V,:),[nx ny nz nens]); |
| 7 | ||
| 8 | for i=1:nens | for i=1:nens |
| 9 | subplot(yframe,xframe,i); | subplot(yframe,xframe,i); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |