From 09cb81b16398c5c0ec5892aecb9cb6c6b73fa327 Mon Sep 17 00:00:00 2001 From: Marco Ratto Date: Wed, 4 May 2011 10:38:02 +0200 Subject: [PATCH] minor change to printed output --- matlab/disp_identification.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/disp_identification.m b/matlab/disp_identification.m index 8945c1b19..a47b7b680 100644 --- a/matlab/disp_identification.m +++ b/matlab/disp_identification.m @@ -83,7 +83,7 @@ disp([' ']), if any(idemodel.ino), disp('WARNING !!!') if SampleSize>1, - disp(['The rank of H (model) is deficient for ', num2str(length(find(idemodel.ino))/SampleSize*100),'% of MC runs!' ]), + disp(['The rank of H (model) is deficient for ', num2str(length(find(idemodel.ino))),' out of ',int2str(SampleSize),' MC runs!' ]), else disp(['The rank of H (model) is deficient!' ]), end @@ -157,7 +157,7 @@ if any(idemoments.ino), disp(' ') disp('WARNING !!!') if SampleSize > 1, - disp(['The rank of J (moments) is deficient for ', num2str(length(find(idemoments.ino))/SampleSize*100),'% of MC runs!' ]), + disp(['The rank of J (moments) is deficient for ', num2str(length(find(idemoments.ino))),' out of ',int2str(SampleSize),' MC runs!' ]), else disp(['The rank of J (moments) is deficient!' ]), end