Simulink.analytics.getMetrics
Get descriptive statistics for data stored in
Simulink.sdi.Signal objects
Since R2026a
Syntax
Description
returns descriptive statistics for signal data stored in the
signalStats = Simulink.analytics.getMetrics(signalID)Simulink.sdi.Signal object specified by the signal identifier
signalID.
returns descriptive statistics in the time interval between signalStats = Simulink.analytics.getMetrics(signalID,startTime)startTime and
the end of simulation.
returns descriptive statistics in the time interval specified by
signalStats = Simulink.analytics.getMetrics(signalID,startTime,endTime)startTime and endTime, inclusive.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a


