| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Control System Toolbox |
| Contents | Index |
| Learn more about Control System Toolbox |
p = getoptions(h)
p = getoptions(h,propertyname)
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,
p = getoptions(h,'Grid')
returns 'on' if a grid is visible, and 'off' when it is not.
For a list of the properties and values available for each plot type, see Properties and Values Reference.

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |