ans =
1x5 struct array with fields:
values
dimensions
label
blockName
stateName
inReferencedModel
sampleTime
View each component of the structure individually. For example:
xstruct.signals(1).values
ans =
0
or
xstruct.signals(2).values
ans =
7.0036
You can import these vectors and structures into Simulink as initial conditions or input
vectors or use them with setxu, to set state and input values in another operating point.
See Also
operpoint | operspec
Introduced before R2006a
15 Alphabetical List