diff --git a/matlab/disp_identification.m b/matlab/disp_identification.m
index e9e1d9fdc78b1b8f7f5e8ca1f8c86c03df6e3e8f..d2b03684382797c3f209cd6ec3b8dc222d2e6645 100644
--- a/matlab/disp_identification.m
+++ b/matlab/disp_identification.m
@@ -28,6 +28,13 @@ jok = 0;
 jokP = 0;
 jokJ = 0;
 jokPJ = 0;
+if ~any(any(idemodel.ind==0))
+  disp(['All parameters are identified in the model in the MC sample (rank of H).' ]),
+    disp(' ')
+end
+if ~any(any(idemoments.ind==0))
+  disp(['All parameters are identified by J moments in the MC sample (rank of J)' ]),
+end
 for j=1:npar,
   if any(idemodel.ind(j,:)==0),
     pno = 100*length(find(idemodel.ind(j,:)==0))/SampleSize;