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

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

What is the unknown variable you are trying to solve for? Is it THETA2, s, L2, L3, or x? Also what is the meaning of "quadratic" here? Is it a function or is it some 3D array? Can you please write out the equation you are trying to solve in simpler terms?
My speculation would be that quadratic(a,b,c) is roots([a,b,c]) or roots([c,b,a])

Answers (1)

This question is closed.

Tags

No tags entered yet.

Asked:

on 26 Dec 2013

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!