| Simulink Reference | ![]() |
List the names and types of simulink data logging objects contained by a Simulink.ModelDataLogs or Simulink.SubsysDataLogs object.
Syntax
Description
log.who or who(log) lists the names ant types of the top-level signal logging objects (i.e., objects of type Simulink.Timeseries, Simulink.TsArray, Simulink.ModelDataLogs, or Simulink.SubsysDatalogs) contained by log where log is the handle of a Simulink.ModelDataLogs object name.
tsarray.whos or whos(tsarray) lists the names and types of Simulink.TimeSeries objects contained by the Simulink.TsArray object named tsarray.
log.who('systems') or who(log, 'systems') lists the names and types of all signal logging objects contained by log except for Simulink.Timeseries objects stored in Simulink.TsArray objects contained by log.
log.who('all') or who(log, 'all') lists the names and types of all signal logging objects contained by log
See Also
| who | Mask Icon Drawing Commands | ![]() |
© 1994-2005 The MathWorks, Inc.