You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ region = poly!(ax, B, strokecolor = :black, strokewidth = 1.2, color = Pattern('
218
218
translate!(region, (0, 0, -2))
219
219
text!(ax, "Stable Input region", position =Point2f(-0.5, -0.5), font =:bold, color =:blue, fontsize =13)
220
220
```
221
-

221
+

222
222
223
223
It is possible to obtain the input or output stability regions with `StabilityCircle(S11, S12, S21, S22, :source, npoints)` or `StabilityCircle(S11, S12, S21, S22, :load, npoints)`.
224
224
@@ -241,8 +241,6 @@ text!(ax, "Stable Output", position = Point2f(0.3, 0.5), font = :bold, color = :
0 commit comments