Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gracetools
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geoq
gracetools
Commits
917ee740
Commit
917ee740
authored
5 years ago
by
Neda Darbehehsti
Browse files
Options
Downloads
Patches
Plain Diff
minor changes
parent
84c33e44
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
function_gfr/save_vars_for_plotting.m
+2
-2
2 additions, 2 deletions
function_gfr/save_vars_for_plotting.m
with
2 additions
and
2 deletions
function_gfr/save_vars_for_plotting.m
+
2
−
2
View file @
917ee740
...
...
@@ -6,10 +6,10 @@
% continue_gfr_par_from_iteration.m.
%%
% 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
(
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
c
=
clock
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment