mrdivide, ./
Transformation right division
Description
performs transformation division between transformation transformationC
= transformationA
*transformationB
transformationA
and transformation transformationB
and returns the quotient,
transformation transformationC
. This result is equivalent to
transformationC = transformationA*inv(transformationB)
.
You can use SE3 division to compose a sequence of SE(3) transformations, so that
transformationC
represents a transformation where the inverse of
transformationB
is applied first, followed by
transformationA
.
Input Arguments
Output Arguments
Version History
Introduced in R2022b