fellpz

G.m

Aug 11th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.05 KB | None | 0 0
  1. function R=G(X,Y,Z)
  2.     R=5000-500*Z-5000*Y;
  3.     end
Add Comment
Please, Sign In to add comment