Rotation Matrix with euler angles
Mostrar comentarios más antiguos
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 comentarios
James Tursa
el 19 de Dic. de 2018
What is your question?
Image Analyst
el 19 de Dic. de 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
el 19 de Dic. de 2018
Image Analyst
el 19 de Dic. de 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
el 20 de Dic. de 2018
Rashiqah Shahzad
el 20 de Dic. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Fortran with MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!