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
1f4ea5aa
Commit
1f4ea5aa
authored
Aug 23, 2011
by
Marco Ratto
Browse files
Small bug fixes:
thanks to Jesper Linde and Malin Adolfson
parent
c5ecad8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
matlab/gsa/stab_map_1.m
View file @
1f4ea5aa
...
...
@@ -53,7 +53,7 @@ ishock= npar>estim_params_.np;
if
nargin
<
6
,
ipar
=
[];
end
if
nargin
<
8
||
isempty
(
d
crit
),
if
nargin
<
8
||
isempty
(
p
crit
),
pcrit
=
1
;
end
...
...
matlab/plot_identification.m
View file @
1f4ea5aa
...
...
@@ -53,6 +53,7 @@ siLREnorm = idelre.siLREnorm;
% tittxt = '';
% end
tittxt1
=
regexprep
(
tittxt
,
' '
,
'_'
);
tittxt1
=
strrep
(
tittxt1
,
'.'
,
''
);
if
SampleSize
==
1
,
siJ
=
idemoments
.
siJ
;
normJ
=
max
(
abs
(
siJ
)
')'
;
...
...
Write
Preview
Markdown
is supported
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