- If the Simulink model is not configured to save simulation output as a single object,
the data structure is a variable in the MATLAB workspace. - If the Simulink model is configured to save simulation output as a single object, the
data structure is a field in the Simulink.SimulationOutput object that contains
the logged simulation data.
The name must be unique among the variable names used in all data logging model
blocks, such as Linear Analysis Plot blocks, Model Verification blocks, Scope blocks, To
Workspace blocks, and simulation return variables such as time, states, and outputs.
For more information about data logging in Simulink, see “Export Simulation Data”
(Simulink) and the Simulink.SimulationOutput reference page.
Settings
Default: sys
Character vector.
Dependencies
Save data to workspace on page 16-312 enables this parameter.
Command-Line Information
Parameter: SaveName
Type: character vector
Value: sys | any character vector. Must be specified inside single quotes ('').
Default: 'sys'
See Also
Plot Linear Characteristics of Simulink Models During Simulation on page 2-82
“Verify Model at Default Simulation Snapshot Time” on page 14-6
Save operating points for each linearization
When saving linear systems to the workspace for further analysis or control design, also
save the operating point corresponding to each linearization. Using this option adds a
field named operatingPoints to the data structure that stores the saved linear
systems.
16 Blocks — Alphabetical List