Documentation of plot_sst_z


Global Index (short | long) | Local contents | Local Index (short | long)


Cross-Reference Information

This script calls

Listing of script plot_sst_z


num=1;
if num==1; let = 'a'; end
if num==2; let = 'b'; end
figure(1)
orient tall
subplot_dan('position', [.12 .82 .78 .12])
plot(pc1(:,num))
axis([0 600 -3 3])
set(gca, 'XTick', [0:60:600]);
set(gca, 'XTickLabel', [150:15:300]);
set(gca, 'YTick', [-2:1:3])
grid on
xlabel('Years')
ylabel(['PC' num2str(num) ' (STD)'])
title(['Figure 3' let])
subplot_dan('position', [.12 .46 .78 .3])
gcont(squeeze(reshape(temp(num,:),1,nypts,nxpts)),lims,[-5:.1:5])
dc
xlabel('Contour Interval: 0.1 K / STD')
ylabel(['EOF' num2str(num) ' - ' num2str(per(num)) '% Var. Expl.'])
subplot_dan('position', [.12 .1 .78 .3])
gcont(squeeze(tempz(num,:,:)),lims,[-50:1:50]);
dc
ylabel(['PC' num2str(num) ' Regressed on 500 mb Height'])
xlabel('Contour Interval: 2 m / STD')