| Simulink Reference | ![]() |
List the contents of a signal log.
Syntax
Description
log.who or who(log) lists the names 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.who or who(tsarray) lists the Simulink.TimeSeries objects contained by the Simulink.TsArray object named tsarray.
log.who('systems') or who(log, 'systems') lists the names 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 of all signal logging objects contained by log
See Also
| unpack | whos | ![]() |
© 1994-2005 The MathWorks, Inc.