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
fce6c5cc
Commit
fce6c5cc
authored
Sep 18, 2012
by
Marco Ratto
Browse files
Increase accuracy in printing cosn for collinearity patterns
parent
dbbc8e66
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/disp_identification.m
View file @
fce6c5cc
...
...
@@ -285,7 +285,7 @@ if SampleSize==1 && advanced,
pax
(
i
,
dumpindx
)
=
idemoments
.
cosnJ
(
i
,
j
);
end
end
fprintf
(
'%-15s [%s] %1
0.3
f\n'
,
name
{
i
},
namx
,
idemoments
.
cosnJ
(
i
,
j
))
fprintf
(
'%-15s [%s] %1
4.7
f\n'
,
name
{
i
},
namx
,
idemoments
.
cosnJ
(
i
,
j
))
end
end
end
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