| Control System Toolbox | ![]() |
Return @PlotOptions handles or plot options property
Syntax
Description
p = getoptions(h) returns the plot options handle associated with plot handle h. p contains all the settable options for a given response plot.
p = getoptions(h,propertyname) returns the specified options property, propertyname, for the plot with handle h. You can use this to interrogate a plot handle. For example,
returns 'on' if a grid is visible, and 'off' when it is not.
See Also
setoptions Set plot options for response plots
| get | gram | ![]() |
© 1994-2005 The MathWorks, Inc.