volumebounds
Bounding-box limits for a 3D vector or scalar volume.
Syntax
Section titled “Syntax”lim = volumebounds(X, Y, Z, U, V, W, ...)Description
Section titled “Description”Returns [xmin xmax ymin ymax zmin zmax] for the data — useful for setting axis limits when plotting volume data.
Example
Section titled “Example”lim = volumebounds(X, Y, Z, U, V, W);See also
Section titled “See also”axis— Get or set axis limits and properties.