Skip to content

Commit e95213e

Browse files
authored
Update ExtendedStateSpace.jl
1 parent 08e5e99 commit e95213e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ExtendedStateSpace.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ _I2mat(i::UniformScaling,nx) = i(nx)
649649
Partition `P` into an [`ExtendedStateSpace`](@ref).
650650
- `u` indicates the indices of the controllable inputs.
651651
- `y` indicates the indices of the measurable outputs.
652-
- `w` is the complement of `u`.
653-
- `z` is the complement of `y`.
652+
- `w` indicates the indices of the disturbance inputs (uncontrollable), by default `w` is the complement of `u`.
653+
- `z` indicates the indices of the performance outputs (not neccesarily measurable), by default `z` is the complement of `y`.
654654
"""
655655
function partition(P::AbstractStateSpace; u=nothing, y=nothing,
656656
w = nothing,
@@ -710,4 +710,4 @@ See also [`performance_mapping`](@ref), [`system_mapping`](@ref), [`noise_mappin
710710
"""
711711
function noise_mapping(P::ExtendedStateSpace, sminreal=sminreal)
712712
sminreal(ss(P.A, P.B1, P.C2, P.D21, P.timeevol))
713-
end
713+
end

0 commit comments

Comments
 (0)