Rotation Matrix with euler angles
이전 댓글 표시
Das Programm soll Input: 3 euler angles one number sigma (meaning: standard deviation for the assumed measuring accuracy)
The code search with the euler angles the rotationmatrix they are 18
g11 + random number
g21 + random number
g11 + random number
g31 + random number
... g33 + random number
Each of the random numbers should then correspond to an N (0, sigma) -distributed random variable. It is therefore a list of simulated measurements.
댓글 수: 6
James Tursa
2018년 12월 19일
What is your question?
Image Analyst
2018년 12월 19일
What's being rotated? It looks like you can just use randn() to compute noise and then add to your g matrix.
Why do you have 18 Euler values instead of 6 (x, y, z, and three directions/angles)?
When you say "The code search", exactly WHAT is your code supposed to search FOR?
Rashiqah Shahzad
2018년 12월 19일
Image Analyst
2018년 12월 19일
Having a little trouble understanding your English. Searching means to find or look for something.
So you have 4 values (x,y,z) for the point location, and then 3 more angles (which can be an x,y,z unit vector) to define the orientation of the object at that point. That's 6 numbers. I don't know where the other 12 are coming from.
You didn't attach a picture. Be sure to use the frame icon to upload the diagram showing the 18 values on it.
Rashiqah Shahzad
2018년 12월 20일
Rashiqah Shahzad
2018년 12월 20일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Fortran with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!