tcast to string - 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 d04aef5afca88e8c2ecc68c3ff3488cea8e2082f
DIR parent 87ef9ae7ac406dda839802aec563d21b22f96de7
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 29 Sep 2015 15:47:15 +0200
cast to string
Diffstat:
M matlab/mcmc_inversion.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/matlab/mcmc_inversion.m b/matlab/mcmc_inversion.m
t@@ -257,5 +257,5 @@ if beeps
end
%save_file = [outfolder, '/', id, '_Walks_',datestr(now,'yyyymmdd_HHMMSS')];
-save_file = strcat(outfolder, '/', sim_id, '_Walks');
+save_file = strcat(outfolder, '/', char(sim_id), '_Walks');
save(save_file,'Ss','save_file')