rdivide, ./
Element-wise transformation right division
Description
performs transformation element-wise division by dividing each element of transformation
transformationC
= transformationA
/transformationB
transformationA
by the corresponding element of transformation
transformationB
and returns the quotient, transformation
transformationC
.
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