Skip to content
Snippets Groups Projects
Commit d5e873f0 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug (missing argument).

parent 684b6b8c
No related branches found
No related tags found
No related merge requests found
...@@ -537,7 +537,7 @@ if SampleSize > 1, ...@@ -537,7 +537,7 @@ if SampleSize > 1,
disp(['Testing ',tittxt, '. Press ENTER']), pause(5), disp(['Testing ',tittxt, '. Press ENTER']), pause(5),
if ~iload, if ~iload,
[idehess_max, idemoments_max, idemodel_max, idelre_max, derivatives_info_max] = ... [idehess_max, idemoments_max, idemodel_max, idelre_max, derivatives_info_max] = ...
identification_analysis(pdraws(jmax,:),indx,indexo,options_ident,dataset_, prior_exist, name_tex,1); identification_analysis(pdraws(jmax,:),indx,indexo,options_ident,dataset_,dataset_info, prior_exist, name_tex,1);
save([IdentifDirectoryName '/' M_.fname '_identif.mat'], 'idehess_max', 'idemoments_max','idemodel_max', 'idelre_max', 'jmax', '-append'); save([IdentifDirectoryName '/' M_.fname '_identif.mat'], 'idehess_max', 'idemoments_max','idemodel_max', 'idelre_max', 'jmax', '-append');
end end
disp_identification(pdraws(jmax,:), idemodel_max, idemoments_max, name,1); disp_identification(pdraws(jmax,:), idemodel_max, idemoments_max, name,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment