MATLAB: Simulink: ‘from workspace’ => ‘scope’ sample rate discrepancy

downsamplingfrom workspacesample ratescopesimulink

There is probably a simple answer to this but I can't seem to find it…
I load some data from workspace in Simulink which has a sample rate of 1311. When I play the simulation and look at the scope attached to it (nothing else in between), it seems to only have a sample rate of 50. What am I doing wrong?
Thanks in advance for any help…

Best Answer

Both 'To Workspace' and 'Scope' block has 'Decimation' properties..
You can check if decimation value is similar..
HTH,
IH