Rotation Matrix with euler angles
Ältere Kommentare anzeigen
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 Kommentare
James Tursa
am 19 Dez. 2018
What is your question?
Image Analyst
am 19 Dez. 2018
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
am 19 Dez. 2018
Image Analyst
am 19 Dez. 2018
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
am 20 Dez. 2018
Rashiqah Shahzad
am 20 Dez. 2018
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Fortran with MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!