|
Thank you Phil,
Should I suggest that in the case of a simple model like 'source-concat-sink' Simulink produces two points, start and stop. This is why there was always 2 in the last dimension, if 'Limit data points to last' was greater than 1.
"Phil Goddard" <philNOSPAM@goddardconsulting.ca> wrote in message <i5ptbm$208$1@fred.mathworks.com>...
>
> The 3rd dimension says at how many time points the signal has been saved.
>
> So for 'Limit data points to last' equal to 1 the output is 2x4x1, but since the 3rd dimension is a singleton it isn't used and the result if 2x4.
>
> For 'Limit data points to last' equal to 2 the output is 2x4x2, which is one 2x4 matrix at each of the last 2 time points.
>
> For 'Limit data points to last' equal to inf the output is 2x4xn, where n is the number of time steps that the simulation takes, which is one 2x4 matrix at each of the simulation time points.
>
> Phil.
|