Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. beta0 = 0
  2. beta_max = beta0+max(gamma) %radiani
  3.  
  4. for i=1:21
  5. beta(i)=beta0+gamma(i);
  6. end
  7. beta
  8.  
  9. for i=1:21
  10. s(i)=(cos(beta(i))-cos(beta_max)+(sin(beta_max)-sin(beta(i)))*cot(delta_rad))*l2;
  11. end
  12. s
  13. st = e1*(tan(beta_max)-tan(min(gamma)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement