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
c9a2dbcb
Commit
c9a2dbcb
authored
Nov 26, 2012
by
Marco Ratto
Browse files
Bug fix for when a parameter is orthogonal to any other one in the model.
parent
d239ac39
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/ident_bruteforce.m
View file @
c9a2dbcb
...
...
@@ -84,7 +84,9 @@ for ll = 1:n,
for
i
=
1
:
k
,
plist
=
''
;
for
ii
=
1
:
ll
,
plist
=
[
plist
' $'
pnames_TeX
(
pars
{
i
,
ll
}(
ii
),:)
'$ '
];
if
~
isnan
(
pars
{
i
,
ll
}),
plist
=
[
plist
' $'
pnames_TeX
(
pars
{
i
,
ll
}(
ii
),:)
'$ '
];
end
end
fprintf
(
fidTeX
,
'$%s$ & [%s] & %7.3f \\\\ \n'
,
...
pnames_TeX
(
i
,:),
...
...
...
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