Skip to content

Commit

Permalink
changed variable file name'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed Oct 1, 2018
1 parent c567b58 commit 832e9cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sept_mar_line_correlation_plots_CESM.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
subplot(2,2,1)
nhmonth = 3;
nhx = xlabel_2;
fname = ['LE_sept_nh_b.e11.B1850C5CN._',num2str(nhmonth),'.mat'];
fname = ['CESM_sept_nh_b.e11.B1850C5CN._',num2str(nhmonth),'.mat'];
load(fname)
lines(R,res);
set(gca,'xtick',[0:12],'xticklabel',nhx)
Expand All @@ -30,7 +30,7 @@
subplot(2,2,2)
shmonth = 9;
shx = xlabel_1;
fname = ['LE_sept_sh_b.e11.B1850C5CN._',num2str(shmonth),'.mat'];
fname = ['CESM_sept_sh_b.e11.B1850C5CN._',num2str(shmonth),'.mat'];
load(fname)
lines(R,res);
set(gca,'xtick',[0:12],'xticklabel',shx)
Expand All @@ -40,7 +40,7 @@
subplot(2,2,3)
nhmonth = 9;
nhx = xlabel_1;
fname = ['LE_sept_nh_b.e11.B1850C5CN._',num2str(nhmonth),'.mat'];
fname = ['CESM_sept_nh_b.e11.B1850C5CN._',num2str(nhmonth),'.mat'];
load(fname)
lines(R,res);
set(gca,'xtick',[0:12],'xticklabel',nhx)
Expand All @@ -51,7 +51,7 @@
subplot(2,2,4)
shmonth = 3;
shx = xlabel_2;
fname = ['LE_sept_sh_b.e11.B1850C5CN._',num2str(shmonth),'.mat'];
fname = ['CESM_sept_sh_b.e11.B1850C5CN._',num2str(shmonth),'.mat'];
load(fname)
lines(R,res);
set(gca,'xtick',[0:12],'xticklabel',shx)
Expand Down

0 comments on commit 832e9cc

Please sign in to comment.