Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.38 KB | None | 0 0
  1. %All variables are in Imperial Units
  2. clc; clear all;
  3. rho = .00238;
  4. U_e = 305;
  5. m = 746;
  6. I_y = 65000;
  7. g = 32.2;
  8.  
  9. X_dot_u = -26.26;
  10. X_dot_w = 79.82;
  11. X_dot_w_dot = 0;
  12. X_dot_q = 0;
  13. X_dot_eta = 0;
  14.  
  15. Z_dot_u = -159.64;
  16. Z_dot_w = -328.24;
  17. Z_dot_w_dot = 0;
  18. Z_dot_q = 0;
  19. Z_dot_eta = -16502;
  20.  
  21. M_dot_u = 0;
  22. M_dot_w = -1014;
  23. M_dot_w_dot = -36.4;
  24. M_dot_q = -18135;
  25. M_dot_eta = -303575;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement