Main Content
scale
Description
scales the object mesh by scaledMesh
= scale(mesh
,scaleFactor
)scaleFactor
. scaleFactor
can be the same for all dimensions or defined separately as elements of a 1-by-3 vector in
the order x, y, and z.
scales the object mesh along the dimensions x, y, and
z by the scaling factors scaledMesh
= scale(mesh
,[sx
sy
sz
])sx
,
sy
, and sz
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a