File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ defined as ``d(t) = t``. The functions can be implemented in two possible ways:
80
80
81
81
`Ts` is the sampling time in second. `nu`, `nx`, `ny` and `nd` are the respective number of
82
82
manipulated inputs, states, outputs and measured disturbances. The keyword argument `p`
83
- is the parameters of the model passed to the two functions. It can be of any Julia object
84
- but use a mutable type if you want to change them later e.g.: a vector.
83
+ is the parameters of the model passed to the two functions. It can be any Julia objects but
84
+ use a mutable type if you want to change them later e.g.: a vector.
85
85
86
86
!!! tip
87
87
Replace the `d` or `p` argument with `_` in your functions if not needed (see Examples below).
You can’t perform that action at this time.
0 commit comments