Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ControlSystemsBase/src/types/StateSpace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ HeteroStateSpace(sys::LTISystem) = convert(HeteroStateSpace, sys)
"""
A, B, C, D = ssdata(sys)

A destructor that outputs the statespace matrices.
Outputs the statespace matrices of sys. The matrices are not copies: no new memory is allocated, but modifying the matrices in-place will change the behavior of sys.
"""
ssdata(sys) = sys.A, sys.B, sys.C, sys.D

Expand Down