3-D Visualization |
Default Viewpoint Selection
When all the camera mode properties are set to auto
(the default), MATLAB automatically controls the view, selecting appropriate values based on the assumption that you want the scene to fill the position rectangle (which is defined by the width and height components of the axes Position
property).
CameraPosition
so the orientation of the scene is the standard MATLAB 2-D or 3-D view (see the view
command)
CameraTarget
to the center of the plot box
CameraUpVector
so the y-direction is up for 2-D views and the z-direction is up for 3-D views
CameraViewAngle
to the minimum angle that makes the scene fill the position rectangle (the rectangle defined by the axes Position
property)
This default behavior generally produces desirable results. However, you can change these properties to produce useful effects.
Low-Level Camera Properties | Moving In and Out on the Scene |
© 1994-2005 The MathWorks, Inc.