User`s guide

R2014b
2-32
(or out of) the uipanel boundaries. Now, these items clip at the uipanel boundary.
Annotations and child objects of uibuttongroups behave the same way when they
encounter a uibuttongroup boundary.
The waitforbuttonpress function is now figure-specific. The figure that is current
when you call the waitforbuttonpress function is the only area in which users
can press a key or click a mouse button to resume program execution. If you need
to support multiple open figures, then use the gcf function to determine the current
figure when you call waitforbuttonpress.
Functionality being removed or changed
Functionality Result Use Instead Compatibility Considerations
selectmoveresize No effect plotedit Replace all instances of
selectmoveresize with
plotedit.
The Selected and
SelectionHighlight
properties of figure,
uicontrol, uitable,
uipanel, uibuttongroup,
uipushtool, and
uitoggletool.
No effect Not
applicable
Remove all instances
that use the Selected
and SelectionHighlight
properties.
See “Properties and syntaxes
being removed or changed”
on page 2-24 for more
information about all the
changes to figure properties.
The ResizeFcn property
of figure, uipanel, and
uibuttongroup.
Still runs SizeChangedFcn
property
Use of the ResizeFcn
property is not
recommended. Use the
SizeChangedFcn property
instead.
See “Properties and syntaxes
being removed or changed”
on page 2-24 for more
information about all the
changes to figure properties.
The 'fullcrosshair'
option for the figure Pointer
property
Warning Not
applicable
Remove all instances
of setting the figure
Pointer property to
'fullcrosshair'.