Skip to content

volumebounds

Bounding-box limits for a 3D vector or scalar volume.

lim = volumebounds(X, Y, Z, U, V, W, ...)

Returns [xmin xmax ymin ymax zmin zmax] for the data — useful for setting axis limits when plotting volume data.

lim = volumebounds(X, Y, Z, U, V, W);
  • axis — Get or set axis limits and properties.