User`s guide

R2013a
5-24
Graphics
gobjects function for preallocating graphics handle array
The gobjects function creates an array of graphics handles. Use this function instead of
the ones or zeros function when preallocating an array to store graphics handles.
Functionality being removed or changed
Functionality What Happens
When You Use
This Functionality?
Use This Instead Compatibility Considerations
Figure DoubleBuffer property No effect No
replacement
needed
On older computer systems,
was used to produced flash-
free graph animations.
Use of ginput when MATLAB is
started with the–noFigureWindow
or –nodisplay flag
Errors Not applicable Do not use ginput when
you start MATLAB with
the –noFigureWindows or
–nodisplay flags.
Use of graphics format extensions
ai or ill with saveas
Warns No
replacement
Remove all instances of
saveas with the ai or ill
extensions.
Use of all option with hgsave or
hgload
Warns No
replacement
Remove all instances of
passing all to hgsave or
hgload.
Use of getframe with second input
argument that specifies an area not
contained in figure window
Warns No
replacement
If using a second input
argument with getframe,
then specify an area fully
contained in figure window.
Use of -dsetup option with print
to display the Windows Print Setup
dialog
Warns No
replacement
Remove all instances of -
dsetup. For the current
figure, click File > Print
in the Figure window to
display the Print Setup
dialog.