How to solve a set of equations?

1 Ansicht (letzte 30 Tage)
tabw
tabw am 11 Sep. 2014
Kommentiert: tabw am 11 Sep. 2014
[ cos(phi)*cos(theta), -sin(theta), -cos(theta)*sin(phi)]= 1
[ cos(phi)*sin(theta), cos(theta), -sin(phi)*sin(theta)]=0
[ sin(phi), 0, cos(phi)]=0
How to solve the phi and theta?
I tried A\B, it seems don't work.
Thanks,
  2 Kommentare
Roger Stafford
Roger Stafford am 11 Sep. 2014
Bearbeitet: Roger Stafford am 11 Sep. 2014
As you have posed it, your question does not make sense. You are setting three-element row vectors equal to scalars. What are the actual equations you are trying to solve? There are two unknowns, so presumably you have two equations in mind.
tabw
tabw am 11 Sep. 2014
Actually, I have a vector i,j,k. I want to multiply it with a rotational matrix to make the vector align with one of the three axis(x,y,z)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by