File tree 1 file changed +23
-11
lines changed
1 file changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -12,36 +12,48 @@ Private = false
12
12
```
13
13
14
14
## Examples
15
- ` bode `
15
+
16
+ ### Bode plot
17
+
16
18
![ bode] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/bode.png?raw=true )
17
19
18
- ` sigma `
20
+ ### Sigma plot
21
+
19
22
![ sigma] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/sigma.png?raw=true )
20
23
21
- ` margin `
24
+ ### Margin
25
+
22
26
![ margin] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/margin.png?raw=true )
23
27
24
- ` gangoffour `
28
+ ### Gangoffour plot
29
+
25
30
![ gangoffour] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/gangoffour.png?raw=true )
26
31
27
- ` nyquist `
32
+ ### Nyquist plot
33
+
28
34
![ nyquist] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/nyquist.png?raw=true )
29
35
30
- ` nichols `
36
+ ### Nichols plot
37
+
31
38
![ nichols] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/nichols.png?raw=true )
32
39
33
- ` pzmap `
40
+ ### Pole-zero plot
41
+
34
42
![ pzmap] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/pzmap.png?raw=true )
35
43
36
- ` rlocus `
44
+ ### Rlocus plot
45
+
37
46
![ rlocus] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/rlocus.png?raw=true )
38
47
39
- ` lsim `
48
+ ### Lsim response plot
49
+
40
50
![ lsim] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/lsim.png?raw=true )
41
51
42
- ` impulse `
52
+ ### Impulse response plot
53
+
43
54
![ impulse] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/impulse.png?raw=true )
44
55
45
- ` step `
56
+ ### Step response plot
57
+
46
58
![ step] ( https://github.com/JuliaControl/ControlExamplePlots.jl/blob/master/src/figures/step.png?raw=true )
47
59
You can’t perform that action at this time.
0 commit comments