Skip to content

Commit fafad5e

Browse files
committed
Remove draft mode from disturbance modeling tutorial
1 parent f6fa8ad commit fafad5e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
55
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
66
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
8+
ControlSystemsMTK = "687d7614-c7e5-45fc-bfc3-9ee385575c88"
89
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
910
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
1011
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

docs/src/tutorials/disturbance_modeling.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```@meta
2-
Draft = true
3-
```
4-
51
# Disturbance and input modeling modeling
62

73
Disturbances are often seen as external factors that influence a system. Modeling and simulation of such external influences is common in order to ensure that the plant and or control system can adequately handle or suppress these disturbances. Disturbance modeling is also integral to the problem of state estimation, indeed, modeling how disturbances affect the evolution of the state of the system is crucial in order to accurately estimate this state.

0 commit comments

Comments
 (0)