view
Camera line of sigh.
Syntax
view(az, el)
view([az, el])
view([x, y, z])
view(dim)
view(ax, ...)
[az, el] = view(...)
Input argument
dim - Dimensions: 2 equivalent to view(0, 90) or 3 equivalent to view(-37.5, 30).
az - Azimuth: scalar
el - Elevation: scalar
ax - a scalar graphics object value: parent container, specified as a axes.
Description
viewsets the view into a plot.
Examples
See also
axes.
History
Author
Allan CORNET
Last updated