daspect
Get or set the data aspect ratio.
Syntax
Section titled “Syntax”v = daspectdaspect([rx ry rz])daspect('auto')Description
Section titled “Description”Controls the data aspect ratio — the relative scaling of x/y/z units. daspect([1 1 1]) makes one unit on each axis equal in screen size (true to data). Affects how surfaces, ratios, and angles appear.
Example
Section titled “Example”daspect([1 1 1])