Main Content
mrdivide, /
Description
right divides transformation transformationC
= transformationA
/transformationB
transformationA
by transformation
transformationB
and returns the quotient, transformation
transformationC
. transformationC
is the same
value as transformationA*inv(transformationB)
.
You can use division to compose a sequence of 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