pzplot
Pole-zero plot of dynamic system model with additional plot customization options
Syntax
Description
pzplot
lets you plot pole-zero maps with a broader range of
plot customization options than pzmap
. You can use
pzplot
to obtain the plot handle and use it to customize the
plot, such as modify the axes labels, limits and units. You can also use
pzplot
to draw a pole-zero plot on an existing set of axes
represented by an axes handle. To customize an existing plot using the plot
handle:
Obtain the plot handle
Use
getoptions
to obtain the option setUpdate the plot using
setoptions
to modify the required options
For more information, see Customizing Response Plots from the Command Line. To create pole-zero maps with default options or to extract pole-zero data, use
pzmap
.
plots the poles and transmission zeros of the dynamic system
model
h
= pzplot(sys
)sys
and returns the plot handle h
to the
plot. x
and o
indicates poles and zeros
respectively.
plots the poles and transmission zeros with the options specified in
h
= pzplot(...,plotoptions
)plotoptions
. For more information on the ways to change
properties of your plots, see Ways to Customize Plots.
Examples
Input Arguments
Output Arguments
Tips
Version History
Introduced before R2006a