camup
Get or set the camera up vector.
Syntax
Section titled “Syntax”v = camupcamup([x y z])Description
Section titled “Description”Without arguments, returns the up direction. With a 3-vector, sets it. Useful for non-standard orientations (e.g. when displaying data where Z is the natural “up” but the default camera puts Y up).
Example
Section titled “Example”camup([0 0 1])