Feeds
질문
How do I solve a 3x3 matrix with 2 variables?
I want to solve a Z-Y-X euler rotation matrix for the angles x and y. z=45 deg. I know the resulting matrix, but want to find t...
거의 10년 전 | 답변 수: 1 | 0
1
답변답변 있음
How do I solve a matrix for it's variables?
I know it's not guaranteed that it will work. But what do I write to check if it works? The rotationmatrix [0.447314,-0.35868...
How do I solve a matrix for it's variables?
I know it's not guaranteed that it will work. But what do I write to check if it works? The rotationmatrix [0.447314,-0.35868...
거의 10년 전 | 0
질문
How do I solve a matrix for it's variables?
I defined this matrix function [euler]=eu(z,y,x) [euler]=[cosd(z)*cosd(y) cosd(z)*sind(y)*sind(x)-sind(z)*cosd(x) cosd(z...
거의 10년 전 | 답변 수: 2 | 0
