Global Index (short | long) | Local contents | Local Index (short | long)
This script calls | |
---|---|
figure(1) orient tall subplot(2,1,2) gcont(squeeze(tempz(1,:,:)),lims,[-50:1:50]); dc title('figure 4.z') ylabel('PC1 Regressed on 500 mb Height') subplot(2,1,2) gcont(squeeze(tempz(2,:,:)),lims,[-50:1:50]); dc ylabel('PC2 Regressed on 500 mb Height') xlabel('Contour Interval: 1 m/std') figure(2) orient landscape subplot(2,1,1) plot(regts(:,1)) axis([0 600 -3 3]) set(gca, 'XTick', [0:60:600]); set(gca, 'XTickLabel', [0:15:150]); set(gca, 'YTick', [-3:3]) grid on