New in Wolfram
Mathematica
8: New and Improved Scientific and Information Visualization
◄
previous
|
next
►
Graphics & Visualization
Create Nyquist Plots
Create Nyquist plots of functions or systems with custom gridlines.
In[1]:=
X
NyquistPlot[(10 s + 1)/(s^2 + 2 s + 1), PlotStyle -> Directive[Darker@Red, Thick], NyquistGridLines -> {{#, Directive[Dashed, Darker@Green]} & /@ Range[0.5, 0.9, 0.05], {#, Directive[Dotted, Darker@Blue]} & /@ (Range[-20, 20, 4] Degree)}, Frame -> True, GridLinesStyle -> {Yellow, Orange}]
Out[1]=