resize
R2026bDescription
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
resize(
resizes the mesh or scene object meshORsceneObj,dimensions)meshORsceneObj to the specified
absolute dimensions dimensions in world units.
resize(
scales the mesh or scene object meshORsceneObj,dimensions,Uniform=uniform)meshORsceneObj uniformly across all
axes. When Uniform is true, specify only one non-NaN
dimension in dimensions and set the other two to
NaN. The function computes the uniform scale factor from the single
specified dimension and applies it to all three axes.
Examples
Input Arguments
Version History
Introduced in R2026b
