root/applications/dual/SIDP/transformace(3)/porovnej.asv @ 1106

Revision 1105, 223 bytes (checked in by zimamiro, 14 years ago)
Line 
1function porovnej(losses)
2losses=min(losses,1000);
3for i=1:size(losses,1)
4    figure
5    hist(min(losses(i,:),1000),100);
6AXIS([A(i,2)/128 A(i,3)/128 n m]);
7   TITLE([median(losses(i,:)) mean(losses(i,:))])
8end
9end
Note: See TracBrowser for help on using the browser.