normalize
Normalize transformation matrix
Syntax
Description
normalizes the rotation of the transformation transformationN
= normalize(transformation
)transformation
and
returns a transformation, transformationN
, that is equivalent to
transformation
, but with normalized rotation.
Note
The transformation objects do not automatically normalize their rotations. You
must use normalize
each time you need to normalize a
transformation. You may need to do this if:
You specified an unnormalized input transformation at the creation of the transformation object.
You performed many operations on the transformation objects such as
mtimes, *
, which may cause the transformation to become unnormalized due to data type precision.
specifies the normalization method transformationN
= normalize(transformation
,Method=normMethod
)normMethod
that the
normalize
function uses to normalize
transformation
.
Input Arguments
Output Arguments
Tips
Matrices
Extended Capabilities
Version History
Introduced in R2022b