diff m-toolbox/classes/+utils/@math/rjsample.m @ 43:bc767aaa99a8

CVS Update
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 11:09:25 +0100
parents f0afece42f48
children
line wrap: on
line diff
--- a/m-toolbox/classes/+utils/@math/rjsample.m	Wed Nov 23 19:22:13 2011 +0100
+++ b/m-toolbox/classes/+utils/@math/rjsample.m	Tue Dec 06 11:09:25 2011 +0100
@@ -287,6 +287,7 @@
     figure (2)
      for jj = 3:(nummodels+2)
        %if  (mnacc(nacc,jj-2) ~= 0)
+       smpl(smpl==0) = nan;
        plot(smpl(:,jj-2),'color',coloor(jj-2,:))
        legen = [legen ; sprintf('model%d',jj-2)]; % legend
        legend(legen)