Main Content
rotationVectorToMatrix
(Not recommended) Convert 3-D rotation vector to rotation matrix
rotationVectorToMatrix
is not recommended. Use the rotvec2mat3d
function instead. For more information, see Version History.
Description
returns a 3-D rotation matrix that corresponds to the input axis-angle rotation
vector. The function uses the Rodrigues formula for the computation.rotationMatrix
= rotationVectorToMatrix(rotationVector
)
Examples
Input Arguments
Output Arguments
References
[1]