User`s guide
Add Components to the GUI
• Use the
title, xlabel, ylabel, zlabel,andtext functions in the GU I
code fi
le to label an axes component. For example,
xlh = (axes_handle,'Years')
label
stheX-axisas
Years. The handle of the X-axis label is xlh.See
“Cust
omizing Callbacks in GUIDE” on page 8-15 for information about
dete
rmining the axes handle.
The w
ords
remove, default,andfactory (cas e sensitive) are res erved. To
use o
ne of these in compo nent text, pre pe nd a backs lash (
\)tothestring.
For e
xample ,
\remove yields remove.
• If y
ou want to set the position o r size of the axes to an exact value, then
mod
ify its
Position property. See “Locate and Move Components” on page
6-8
3
a
nd “Resize Components” on page 6-86 for details.
6-65