Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
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 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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
      
      
 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
      
      
 le 26 Déc 2013
        x=quadratic(1,-2.*L2.*cos(THETA2),s.^2+L2.^2-L3.^2-2.*s.*L2.*sin(THETA2))
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



