Skip to content
Snippets Groups Projects
Commit d10242fb authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

dynare_minimize_objective.m: change parameter names to expected cell array

parent 6b592cbb
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ if isempty(bounds)
end
if isempty(parameter_names)
parameter_names=[repmat('parameter ',n_params,1),num2str((1:n_params)')];
parameter_names=cellstr([repmat('parameter ',n_params,1),num2str((1:n_params)')]);
end
%% initialize function outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment