diff m-toolbox/classes/+utils/@math/rjsample.m @ 45:a59cdb8aaf31 database-connection-manager

Merge
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 19:07:22 +0100
parents bc767aaa99a8
children
line wrap: on
line diff
--- a/m-toolbox/classes/+utils/@math/rjsample.m	Mon Dec 05 18:04:34 2011 +0100
+++ b/m-toolbox/classes/+utils/@math/rjsample.m	Tue Dec 06 19:07:22 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)