Why am I unable to find the logged data from Scope block in the MATLAB workspace in R2019a?

70 Ansichten (letzte 30 Tage)
In R2019a, it seems that selecting "Log data to workspace" of the Scope block does not actually log the data to the MATLAB workspace as in old releases.
I have also tried using the To Workspace block and the behavior is the same. What setting has been changed in R2019a?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 17 Nov. 2023
Bearbeitet: MathWorks Support Team am 17 Nov. 2023
This behavior is expected in R2019a.
Starting from R2019a, the default setting of "Single simulation output" option has been changed from 'off' to 'on':
Therefore, Simulink returns all simulation outputs to MATLAB within a single SimulationOutput object, which include signal, state, output, DSM logging, and scope and toworkspace block logging. If not specified, the variable is named as out.
To get the outputs in separate variables as before, you need to uncheck this option.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by