Plot a camera in 3-D coordinates
plots a default
camera in 3-D coordinates in the current axes. The function returns
cam
= plotCameracam
, a Camera
object that contains
the properties of the plotted camera.
plots one or more cameras specified by cam
= plotCamera(cameraTable
)cameraTable
.
specifies options using one or more name-value pair arguments. For example,
cam
= plotCamera(Name,Value
)'Opacity'
,0.4
sets the opacity of the
plotted camera to 0.4
.
The name-value pair arguments set the associated properties of the plotted camera visualization object.