Simulink.SubsysDataLogs
(Removed) Access data for signals logged inside subsystems
Support for the Simulink.SubsysDataLogs object has been removed. Use
another supported format, such as Dataset, instead. For more information,
see Version History.
Description
The Simulink.SubsysDataLogs object contains the data for each
signal, mux, and bus logged inside a subsystem.
Creation
Prior to R2016a, you could configure a model to log data using the
ModelDataLogs format. Simulating a model with the
Signal logging format parameter set to
ModelDataLogs created a Simulink.ModelDataLogs
object that contained the data for all logged signals. You could specify the name for the
ModelDataLogs object using the Signal logging
name parameter.
A ModelDataLogs object contains a
Simulink.SubsysDataLogs object for each subsystem in the model that
contains logged data.
Properties
Object Functions
unpack | (Removed) Extract signal data from ModelDataLogs,
SubsysDataLogs, or TSArray object into workspace
variables |
who | (Removed) List names of objects inside ModelDataLogs,
SubsysDataLogs, or TSArray object |
whos | (Removed) List name and type of objects inside ModelDataLogs,
SubsysDataLogs, or TSArray object |