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
1 merge request!1815WIP Cherry-picks for 4.6
...@@ -51,7 +51,7 @@ if isempty(bounds) ...@@ -51,7 +51,7 @@ if isempty(bounds)
end end
if isempty(parameter_names) 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 end
%% initialize function outputs %% initialize function outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment