rotmat2vec3d
Convert 3-D rotation matrix to rotation vector
Description
returns an axis-angle rotation vector that corresponds to the input 3-D rotation matrix. The
function uses the Rodrigues formula for the conversion.rotationVector
= rotmat2vec3d(rotationMatrix
)
Examples
Input Arguments
Output Arguments
References
[1]