showStateInfo
State vector map for sparse model
Syntax
Description
showStateInfo(
prints a state vector map
of the sys
)x
or q
vectors, that is, how they are
partitioned into components, interfaces, and signals.
For sparss
models,
showStateInfo
maps the content of the state vector x
back to individual components and internal signals. Here, Component
refers to the sub-components or sub-structures that were combined into
sys
. The Signal
group includes all signals flowing
between components, for example, in series or feedback connections.
For mechss
models,
showStateInfo
maps the content of the vector q
of
generalized degrees of freedom in terms of components, interfaces, and signals. The
Interface
group includes all DAE variables arising from physical
couplings between components (see interface
).