Variable values corresponding to the time steps in the simulation series, returned
as a row vector.
For nonscalar variables of size
m
-by-n
, this method returns a
row vector of
m
*n
*steps
size, where steps
is the number of steps in the series, and
each m
*n
block represents the
logged value for the variable in a column major form. For example, if a variable size is
2-by-2, then the first four elements in the row vector are the
a11
,
a21
,
a12
, and
a22
elements at the first time
step.