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
c40e5f3e
Commit
c40e5f3e
authored
Jul 24, 2011
by
MichelJuillard
Browse files
fixing intialization of output arguments
parent
89e66dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/metropolis_hastings_initialization.m
View file @
c40e5f3e
...
...
@@ -35,6 +35,19 @@ function [ ix2, ilogpo2, ModelName, MhDirectoryName, fblck, fline, npar, nblck,
global
M_
options_
bayestopt_
ix2
=
[];
ilogpo2
=
[];
ModelName
=
[];
MhDirectoryName
=
[];
fblck
=
[];
fline
=
[];
npar
=
[];
nblck
=
[];
nruns
=
[];
NewFile
=
[];
MAX_nruns
=
[];
d
=
[];
ModelName
=
M_
.
fname
;
if
~
isempty
(
M_
.
bvar
)
...
...
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