Simulink.TimeInfo
(Removed) Metadata for time data in Simulink.Timeseries
object
Support for the Simulink.Timeseries object has been removed. Use another
supported format, such as Dataset, instead. For more information, see Version History.
Description
The Simulink.TimeInfo object contains metadata for the time data
in a Simulink.Timeseries object, including the units and the start and stop
times.
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.Timeseries
object for each logged signal, mux element, and bus element in a model. Each
Simulink.Timeseries object contains a Simulink.TimeInfo
object.