tremoving diagnostic information for figure 5 - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
HTML git clone git://src.adamsgaard.dk/cosmo
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 90a08fd5437d58ec31858ed31eabf20ea247bd19
DIR parent 4b9e74851dbb209ffda2a2469fdcee5374dda860
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 23 Oct 2015 12:18:11 +0200
removing diagnostic information for figure 5
Diffstat:
M matlab/generate_plots.m | 5 -----
1 file changed, 0 insertions(+), 5 deletions(-)
---
DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -193,24 +193,19 @@ for i1 = 1:M % for each model parameter
Nhistc=histc(Ss{iwalk}.ms(i1,:),xbins{i1});
bar(xbins{i1},Nhistc,'histc')
- disp(['isub = ' num2str(isub)])
if i1 == 1
- disp('Interglacial erosion rate [mm/yr]')
xlabel('Interglacial erosion rate [mm/yr]')
text(0.02,0.98,'a', 'Units', ...
'Normalized', 'VerticalAlignment', 'Top')
elseif i1 == 2
- disp('Glacial erosion rate [mm/yr]')
xlabel('Glacial erosion rate [mm/yr]')
text(0.02,0.98,'b', 'Units', ...
'Normalized', 'VerticalAlignment', 'Top')
elseif i1 == 3
- disp('Timing of last deglaciation [yr]')
xlabel('Timing of last deglaciation [yr]')
text(0.02,0.98,'c', 'Units', ...
'Normalized', 'VerticalAlignment', 'Top')
elseif i1 == 4
- disp('d180')
xlabel('$\delta^{18} O_\mathrm{threshold}$', ...
'Interpreter', 'LaTeX')
text(0.02,0.98,'d','Units', ...