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

identification: format display of accepted parameter draw

parent 2946b7ea
No related branches found
No related tags found
No related merge requests found
Pipeline #11217 passed
...@@ -504,7 +504,10 @@ if iload <=0 ...@@ -504,7 +504,10 @@ if iload <=0
else else
% found a (random) point that solves the model % found a (random) point that solves the model
fprintf('Found a random draw from the priors that solves the model:\n'); fprintf('Found a random draw from the priors that solves the model:\n');
disp(params); labels = name;
headers = {'Name', 'Value'};
lh = cellofchararraymaxlength(labels)+2;
dyntable(options_, 'Feasible draw', headers, labels, params', lh, 10, 6);
fprintf('Identification now continues for this draw.'); fprintf('Identification now continues for this draw.');
parameters = 'Random_prior_params'; parameters = 'Random_prior_params';
parameters_TeX = 'Random prior parameter draw'; parameters_TeX = 'Random prior parameter draw';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment