# HG changeset patch # User Ivan Damnjanovic lnx # Date 1310388120 -3600 # Node ID 10343fb66448544174ee98c15aad49cdeb81460b # Parent a4e255cfb113a28209ae1b0bbc5d93225701be54# Parent b17f690df281d9a97501405c7b51550fb7f82d5d Merge from the default branch diff -r a4e255cfb113 -r 10343fb66448 util/SMALL_plot.m --- a/util/SMALL_plot.m Mon Jul 11 13:41:00 2011 +0100 +++ b/util/SMALL_plot.m Mon Jul 11 13:42:00 2011 +0100 @@ -30,8 +30,8 @@ for j=2:n subplot(m,n,(i-1)*n+j); plot(1:length(SMALL.solver(i).reconstructed(:,j-1)), SMALL.solver(i).reconstructed(:,j-1) ,'b.-', 1:length(SMALL.Problem.signal(:,j-1)), SMALL.Problem.signal(:,j-1),'r--') - %legend(SMALL.solver(i).name,'Original signal',0); - title('Reconstructed and original signals'); + %legend(SMALL.solver(i).name,'Original signal',0,'Location','SouthOutside','Interpreter','none'); + title(sprintf('%s(%s) in %.2f s signal %d', SMALL.solver(i).name, SMALL.solver(i).param,SMALL.solver(i).time,n-1),'Interpreter','none') end end end