showConfidence
Display confidence regions on response plots for identified models
Syntax
showConfidence(plot_handle)
showConfidence(plot_handle,sd)
Description
showConfidence(
displays
the confidence region on the response plot, with handle plot_handle
)plot_handle
,
for an identified model.
showConfidence(
displays
the confidence region for plot_handle
,sd
)sd
standard deviations.
Input Arguments
|
Response plot handle.
|
|
Standard deviation of the confidence region. A common choice is 3 standard deviations, which gives 99.7% significance. Default: |
Examples
Alternatives
You can interactively turn on the confidence region display on a response plot. Right-click the response plot, and select Characteristics > Confidence Region.
Version History
Introduced in R2012a
See Also
bodeplot
| stepplot
| impulseplot
| nyquistplot
| iopzplot