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

identification_analysis.m: make sure that increase in options_.ar is passed back via options_ident

(cherry picked from commit 09ac7f62)
parent f82dbd4a
Branches
Tags
No related merge requests found
......@@ -102,6 +102,7 @@ if info(1)==0
derivatives_info.DOm=dOm;
derivatives_info.DYss=dYss;
options_.ar=nlags;
options_ident.ar=nlags;
indJJ = (find(max(abs(JJ'),[],1)>1.e-8));
end
if length(indJJ)<nparam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment