Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

x=quadrati​c(1,-2*L2*​cos(THETA2​),s^2+L2^2​-L3^2-2*s*​L2*sin(THE​TA2)) how can i manage to solve this? its giving me an error message that matrix must be square

3 vues (au cours des 30 derniers jours)
Henry
Henry le 26 Déc 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaires
Walter Roberson
Walter Roberson le 27 Déc 2013
My speculation would be that quadratic(a,b,c) is roots([a,b,c]) or roots([c,b,a])

Réponses (1)

Walter Roberson
Walter Roberson le 26 Déc 2013
x=quadratic(1,-2.*L2.*cos(THETA2),s.^2+L2.^2-L3.^2-2.*s.*L2.*sin(THETA2))

Cette question est clôturée.

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by