Parent Directory
|
Revision Log
|
Revision Graph
initial checkin of Timour's MatLAB scripts
| 1 | edhill | 1.1 | figure |
| 2 | subplot(2,2,1) | ||
| 3 | imagesc(squeeze(q(:,:,15))');colorbar;axis square | ||
| 4 | text(20,20,'q') | ||
| 5 | text(0,(0-Ny/60-15),descriptor) | ||
| 6 | text(1.75*Nx,(0-Ny/60-15),'timestep') | ||
| 7 | text(2.1*Nx,(0-Ny/60-15),it) | ||
| 8 | subplot(2,2,2) | ||
| 9 | imagesc(squeeze(qr(:,:,15))');colorbar;axis square | ||
| 10 | text(20,20,'qr') | ||
| 11 | subplot(2,2,3) | ||
| 12 | imagesc(squeeze(qf(:,:,15))');colorbar;axis square | ||
| 13 | text(20,20,'qf') | ||
| 14 | subplot(2,2,4) | ||
| 15 | imagesc(squeeze(qs(:,:,15))');colorbar;axis square | ||
| 16 | text(20,20,'qs') |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |