Info
This question is closed. Reopen it to edit or answer.
x=quadratic(1,-2*L2*cos(THETA2),s^2+L2^2-L3^2-2*s*L2*sin(THETA2)) how can i manage to solve this? its giving me an error message that matrix must be square
2 views (last 30 days)
Show older comments
x=quadratic(1,-2*L2*cos(THETA2),s^2+L2^2-L3^2-2*s*L2*sin(THETA2)) how can i manage to solve this? its giving me an error message that matrix must be square
3 Comments
Walter Roberson
on 27 Dec 2013
My speculation would be that quadratic(a,b,c) is roots([a,b,c]) or roots([c,b,a])
Answers (1)
Walter Roberson
on 26 Dec 2013
x=quadratic(1,-2.*L2.*cos(THETA2),s.^2+L2.^2-L3.^2-2.*s.*L2.*sin(THETA2))
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!