Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
3c273945
Commit
3c273945
authored
Apr 27, 2013
by
Johannes Pfeifer
Browse files
Fix bug introduced in
df611e9e
parent
69372d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/gsa/stab_map_.m
View file @
3c273945
...
...
@@ -334,7 +334,7 @@ if fload==0,
ys_
=
real
(
dr_
.
ys
);
yys
(:,
j
)
=
ys_
;
ys_
=
yys
(:,
1
);
dyn_waitbar
(
j
/
Nsam
,
h
,[
'MC iteration '
,
int2str
(
j
),
filesep
,
int2str
(
Nsam
)])
dyn_waitbar
(
j
/
Nsam
,
h
,[
'MC iteration '
,
int2str
(
j
),
'/'
,
int2str
(
Nsam
)])
end
dyn_waitbar_close
(
h
);
if
prepSA
&&
jstab
,
...
...
@@ -451,7 +451,7 @@ else
ys_
=
real
(
dr_
.
ys
);
yys
(:,
j
)
=
ys_
;
ys_
=
yys
(:,
1
);
dyn_waitbar
(
j
/
ntrans
,
h
,[
'MC iteration '
,
int2str
(
j
),
filesep
,
int2str
(
ntrans
)])
dyn_waitbar
(
j
/
ntrans
,
h
,[
'MC iteration '
,
int2str
(
j
),
'/'
,
int2str
(
ntrans
)])
end
dyn_waitbar_close
(
h
);
save
(
filetoload
,
'T'
,
'-append'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment