Skip to content
Snippets Groups Projects
Verified Commit d0ea4040 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

dynare_minimize_objective.m: change parameter names to expected cell array

(cherry picked from commit d10242fb)
parent 946179eb
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