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

:bug: identification: fix inconsistent variable dimensions

parent 4d0a3f2c
No related branches found
No related tags found
No related merge requests found
...@@ -485,7 +485,7 @@ if iload <=0 ...@@ -485,7 +485,7 @@ if iload <=0
kk=0; kk=0;
while kk<50 && info(1) while kk<50 && info(1)
kk=kk+1; kk=kk+1;
params = Prior.draw(); params = Prior.draw()'; %column vector is expected
options_ident.tittxt = 'Random_prior_params'; %title text for graphs and figures options_ident.tittxt = 'Random_prior_params'; %title text for graphs and figures
% perform identification analysis % perform identification analysis
[ide_moments_point, ide_spectrum_point, ide_minimal_point, ide_hess_point, ide_reducedform_point, ide_dynamic_point, ~, info, error_indicator_point] = ... [ide_moments_point, ide_spectrum_point, ide_minimal_point, ide_hess_point, ide_reducedform_point, ide_dynamic_point, ~, info, error_indicator_point] = ...
......
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