Advertisement
wereduck

danemanipulatora.m

Mar 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.49 KB | None | 0 0
  1. %wartości zmienne w czasie - ustalone w danym polożeniu
  2. theta1=input('podaj wartość kąta theta_1 [rad]: ')
  3. theta2=input('podaj wartość kąta theta_2 [rad]: ')
  4. lambda3=input('podaj wartość kąta lambda_3 [m]: ')
  5. %wartości stałe i zmienne manipulatora
  6. disp('dane manipulatora')
  7. l=[1 1 1]%1[m]
  8. lambda=[0 0 lambda3]%lambda[m]
  9. theta=[theta1 theta2 0]%theta[rad]
  10. dtheta=[1 2 0]%theta prim [rad/s]
  11. ddtheta=[1 2 0]%theta bis[rad/s/s]
  12. dlambda=[0 0 1]
  13. ddlambda=[0 0 1]
  14. alpha=[3*pi/2 0 0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement