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

identification_checks.m: fix comment

(cherry picked from commit 0f64652a)
parent 4493e1e9
Branches
Tags
No related merge requests found
......@@ -155,7 +155,7 @@ if param_nbr>0 && (rankX<rankrequired || min(1-Mco)<tol_rank)
end
ee0 = [rankX+1:size([Xparnonzero Xrest],2)]; %look into last columns with singular values of problematic parameter sets (except single parameters)
for j=1:length(ee0)
% linearely dependent parameters
% linearly dependent parameters
ixno = ixno + 1;
if test_flag == 2
temp = (abs(ee1(:,ee0(j))) > tol_sv)';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment