MATLAB Function Reference |
Syntax
Description
zooms in or out on the scene depending on the value specified by camzoom(zoom_factor)
zoom_factor
. If zoom_factor
is greater than 1, the scene appears larger; if zoom_factor
is greater than zero and less than 1, the scene appears smaller.
camzoom(axes_handle,...)
operates on the axes identified by the first argument, axes_handle
. When you do not specify an axes handle, camzoom
operates on the current axes.
Remarks
camzoom
sets the axes CameraViewAngle
property, which in turn causes the CameraViewAngleMode
property to be set to manual
. Note that setting the CameraViewAngle
property disables the MATLAB stretch-to-fill feature (stretching of the axes to fit the window). This may result in a change to the aspect ratio of your graph. See the axes
function for more information on this behavior.
See Also
axes
, camdolly
, camorbit
, campan
, camroll
, camva
Controlling the Camera Viewpoint for related functions
Defining Scenes with Camera Graphics for more information
camva | cart2pol |
© 1994-2005 The MathWorks, Inc.