batteryMeasurementFeatures
Extract features from raw battery measurement data during a single charging or discharging phase
Since R2026a
Syntax
Description
extracts features directly from the raw measurement data in featureTable = batteryMeasurementFeatures(V,I)V and
I. These features include statistical features, such as mean and
variance, and mode-related features, such as duration of charge/discharge phases). You can
use these features for data-driven battery modeling and analysis.
also includes the temperature measurements in featureTable = batteryMeasurementFeatures(V,I,T)T for feature
extraction.
also includes the time measurements in featureTable = batteryMeasurementFeatures(V,I,T,t)t, for cumulative feature
extraction.
sets featureTable = batteryMeasurementFeatures(V,I,[],t)T to an empty array. Use this syntax when you have no temperature
data. The function returns an empty table for dTdV.
specifies additional options using one or more name-value arguments in addition to any of
the input argument combinations in the previous syntaxes.featureTable = batteryMeasurementFeatures(___,Name=Value)
Input Arguments
Name-Value Arguments
Output Arguments
Algorithms
batteryMeasurementFeaturesconsidersNaNandInfvalues in all measurements to be missing values and ignores them during feature computing.
Version History
Introduced in R2026a