<< ribbon | Graphics functions | saveas >> |
rotate3d |
rotate3d option |
rotate3d(fig, ...) |
rotate3d(ax, ...) |
string: 'on', 'off' or 'toggle'.
Figure object: Target figure
a scalar graphics object value: parent container, specified as a axes.
Utilize rotate mode to interactively rotate the 3-D view of the axes for data exploration. Enable or disable rotate mode and configure additional basic options using the rotate3d function.
rotate3d option establishes the rotate mode for all axes within the current figure. For instance, rotate3d on activates rotate mode, while rotate3d off deactivates it.
When rotate mode is enabled, you can adjust the view of axes using the cursor or the keyboard:
Cursor: Click and drag within the axes.
Keyboard: Use the right arrow (→) or left arrow (←) keys to adjust azimuth, and the up arrow (↑) or down arrow (↓) keys to modify elevation.
surf(peaks)
rotate3d
Version | Description |
---|---|
1.2.0 | initial version |
Allan CORNET