root/applications/dual/SIDP/smc29/porovnani.m @ 1255

Revision 1255, 255 bytes (checked in by zimamiro, 14 years ago)
Line 
1function porovnani(x_1_all,vahy,x_all)
2for i=1:size(x_all,1)
3    figure
4    x_1=x_1_all(i,:);   
5    x=x_all(i);
6    u=[x_1' vahy'];
7    u=sortrows(u,1)';
8    plot(u(1,:),u(2,:),'.'); hold on; plot(x+0*(1:10),max(vahy)*(0:9)/9); hold off
9end
10end
Note: See TracBrowser for help on using the browser.