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: docs/src/batch_linearization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ P = RobustAndOptimalControl.ss2particles(Ps) # convert to a single StateSpace sy
56
56
57
57
notice how some coefficients are plotted like uncertain numbers `-13.8 ± 4.3`. We can plot such models as well:
58
58
```@example BATCHLIN
59
-
bodeplot(P, w, legend=:bottomright) # Should look similar to the one above
59
+
bodeplot(P, w, legend=:bottomright, adaptive=false) # Should look similar to the one above
60
60
```
61
61
62
62
## Controller tuning
@@ -154,7 +154,7 @@ The generated code starts by defining the interpolation vector `xs`, this variab
154
154
We can linearize around a trajectory obtained from `solve` using the function [`trajectory_ss`](@ref). We provide it with a vector of time points along the trajectory at which to linearize, and in this case we specify the inputs and outputs to linearize between as analysis points `r` and `y`.
0 commit comments