Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.13 KB | None | 0 0
  1.     if dane(i,1)~=A(:,1) || dane(i,2)~=A(:,2);
  2.         licznik=licznik+1;
  3.         A(i,1)=dane(i,1);
  4.         A(i,2)=dane(i,2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement