Guest User

Untitled

a guest
Mar 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function a=acc(v1,v2,t1,t2)
  2. a= (v2-v1)/(t2-t1)
  3. endfunction
  4. v1=
  5. v2=
  6. t1=
  7. t2=
  8. disp(acc(v1,v2,t1,t2),'acc = ')
Add Comment
Please, Sign In to add comment