Skip to content

Commit 86e2c40

Browse files
committed
minor doc correction
1 parent 2b9083f commit 86e2c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/model/linmodel.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ and `:zoh` for manipulated inputs, and `:tustin`, for measured disturbances. Las
6868
the aforementioned discretization methods.
6969
7070
Note that the constructor transforms the system to its minimal realization using [`minreal`](https://juliacontrol.github.io/ControlSystems.jl/stable/lib/constructors/#ControlSystemsBase.minreal)
71-
to favor controllability and observability. As a consequence, the final state-space
72-
representation may be different from the one provided in `sys`. It is also converted into a
73-
more practical form (``\mathbf{D_u=0}`` because of the zero-order hold):
71+
for controllability/observability. As a consequence, the final state-space representation
72+
may be different from the one provided in `sys`. It is also converted into a more practical
73+
form (``\mathbf{D_u=0}`` because of the zero-order hold):
7474
```math
7575
\begin{aligned}
7676
\mathbf{x}(k+1) &= \mathbf{A x}(k) + \mathbf{B_u u}(k) + \mathbf{B_d d}(k) \\

0 commit comments

Comments
 (0)