Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. >> for phi = 0:1:180;
  2. for a = 60:1:120;
  3. c=20
  4. q(a,phi)=((a+c/sqrt(2)) [1 1] / sin(phi)*sin(phi)+(sin(phi)+c)^2)*cos(phi)
  5. ??? q(a,phi)=((a+c/sqrt(2)) [1 1] / sin(phi)*sin(phi)+(sin(phi)+c)^2)*cos(phi)
  6. |
  7. Error: Unbalanced or misused parentheses or brackets.
  8.  
  9. >>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement