User`s guide

10 Functions — Alphabetical List
10-8
parent — Figure or uipanel for displaying canvas
figure object | uipanel object
Figure or uipanel for displaying the canvas, specified as a MATLAB figure or uipanel
object
position — Canvas location and size
vector with four elements
Location and size of virtual canvas, specified as the vector, in the form [left bottom
width height]. Specify measurements in pixels.
Element Description
left Distance from the left edge of the primary display to the
inner left edge of the canvas. This value can be negative on
systems that have more than one monitor.
bottom Distance from the bottom edge of the primary display to
the inner bottom edge of the canvas. This value can be
negative on systems that have more than one monitor.
width Distance between the right and left inner edges of the
canvas.
height Distance between the top and bottom inner edges of the
canvas.
Example: [230 250 570 510]
Data Types: double
PropertyName-Value Pair Arguments
Specify optional comma-separated pairs of PropertyName,Value
arguments. PropertyName is the argument name and Value is the
corresponding value. PropertyName must appear inside single quotes ('
'). You can specify several name and value pair arguments in any order as
PropertyName1,Value1,...,PropertyNameN,ValueN.
Example: set(myFigure,'Antialising','on','CameraPosition',[0 100 100])
'Antialiasing' — Smooth textures using antialiasing
'off' (default) | 'on'