Skip to content
Snippets Groups Projects
Commit 917ee740 authored by Neda Darbehehsti's avatar Neda Darbehehsti
Browse files

minor changes

parent 84c33e44
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
% continue_gfr_par_from_iteration.m. % continue_gfr_par_from_iteration.m.
%% %%
% Filename and path of file to save % Filename and path of file to save
FileName= ['results/','GFR_itr_',num2str(ItrNo_max), '_do_', num2str(lmaxcs), '_nods_', num2str(nods), '_','tno_', num2str(tno),'_', datestr(now, 'dd-mmm-yyyy'),'.mat']; FileName= ['../results/','GFR_itr_',num2str(ItrNo_max), '_do_', num2str(lmaxcs), '_nods_', num2str(nods), '_','tno_', num2str(tno),'_', datestr(now, 'dd-mmm-yyyy'),'.mat'];
% save all necessary variables in one file % save all necessary variables in one file
save(FileName,'xhat_save','chat_save','eps_save','chat_dv_save','dv_save','state0','x0x','field', 'field_cs', 'field_vec0', 'mKBR', 'GM', 'ae', 't0', 'nods', 'lmaxcs', 'lmaxf', 'data_folder', 'state00', 't_itr_nod','tno'); save(FileName,'xhat_save','chat_save','eps_save','chat_dv_save','dv_save','state0','x0x','field', 'field_cs', 'field_vec0', 'mKBR', 'GM', 'ae', 't0', 'nods', 'lmaxcs', 'lmaxf', 'state00', 't_itr_nod','tno');
% actual time % actual time
c = clock; c = clock;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment