| 1 |
figure |
| 2 |
subplot(2,2,1) |
| 3 |
imagesc(meanq(:,:,2));colorbar;axis square |
| 4 |
text(0,(0-Ny/60-15),descriptor) |
| 5 |
text(1.75*Nx,(0-Ny/60-15),'timestep') |
| 6 |
text(2.1*Nx,(0-Ny/60-15),int2str(eval(itstart))) |
| 7 |
text(2.4*Nx,(0-Ny/60-15),'to') |
| 8 |
text(2.5*Nx,(0-Ny/60-15),int2str(eval(itend))) |
| 9 |
%title('mean q') |
| 10 |
subplot(2,2,2) |
| 11 |
imagesc(meanqr(:,:,2));colorbar;axis square |
| 12 |
%title('mean qr') |
| 13 |
subplot(2,2,3) |
| 14 |
imagesc(meanqf(:,:,2));colorbar;axis square |
| 15 |
%title('mean qf') |
| 16 |
subplot(2,2,4) |
| 17 |
imagesc(meanqs(:,:,2));colorbar;axis square |
| 18 |
%title('mean qs') |