|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PoleZeroMarkers
PoleZeroMarkers
is an option for RootLocusPlot that specifies the markers to be drawn on the complex plane at the open-loop poles, closed-loop poles, and open-loop zeros.
DetailsDetails
- PoleZeroMarkers->{gop, gcp, gz} specifies that
,
, and
must be the markers for the open-loop poles, closed-loop poles, and open-loop zeros. - PoleZeroMarkers has the same settings as PlotMarkers.
- PoleZeroMarkers->{..., "ParameterValues"->{k1, k2, ..., kn}} shows the closed-loop values at the parameter values
. - With "ParameterValues"->n, the poles at n equally spaced parameter values are shown.
ExamplesExamplesopen allclose all
Basic Examples (5)Basic Examples (5)
By default the open-loop poles, closed-loop poles, and open-loop zeros are marked using "
", "×", and "
", respectively:
| In[1]:= |
| Out[1]= | ![]() |
| In[1]:= |
| Out[1]= | ![]() |
By default the closed-loop poles at the midpoint of the parameter range are shown:
| In[1]:= |
| Out[1]= | ![]() |
Specify parameter values at which to show the closed-loop poles:
| In[1]:= |
| Out[1]= | ![]() |
Show closed-loop poles at equally spaced parameter values:
| In[1]:= |
| Out[1]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »









