Advertisement
hugol

Untitled

Mar 31st, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.13 KB | None | 0 0
  1.     for n=1:nosobnikow
  2.         for m=1:(nmiast-1)
  3.             dlugosciTras(n) = dlugosciTras(n) + odleglosci( pop(n,m), pop(n,m+1) );
  4.         end
  5.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement