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

disp_identification.m: account for non-boolean indicator

Related #1860
parent e9bb370a
Branches
Tags
1 merge request!2050disp_identification.m: account for non-boolean indicator
......@@ -160,7 +160,7 @@ for jide = 1:4
disp([' The rank of ', strJacobian, ' (', strMeaning, ') is deficient for ', num2str(sum(ide.ino & ide.minimal_state_space)),' out of ',int2str(EffectiveSampleSize),' effective MC runs!' ])
end
else
disp([' The rank of ', strJacobian, ' (', strMeaning, ') is deficient for ', num2str(sum(ide.ino)),' out of ',int2str(EffectiveSampleSize),' effective MC runs!' ]),
disp([' The rank of ', strJacobian, ' (', strMeaning, ') is deficient for ', num2str(sum(ide.ino~=0)),' out of ',int2str(EffectiveSampleSize),' effective MC runs!' ]),
end
else
disp([' The rank of ', strJacobian, ' (', strMeaning, ') is deficient!']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment