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!