batteryPulseFeatures
R2026bSyntax
Description
Extract Battery Features from a Table or Timetable
[
extracts battery health features and pulse segment data from pulse-test data stored
in the table or timetable featureTable,pulseData] = batteryPulseFeatures(tbl,CurrentVariable=currentvar,VoltageVariable=voltagevar,TimeVariable=timevar)tbl that contains the variable names
specified in currentvar, voltagevar, and
timevar.
Extract Features from a Matrix
Extract Features from Separate Vectors
[___] = batteryPulseFeatures(
extracts battery health features using voltage and current vectors, as well as a
scalar sampling rate in Hz. This syntax generates a time vector from the sampling
rate.voltage,current,samplingRate)
Specify Additional Options
[___] = batteryPulseFeatures(___,
allows you to specify additional parameters using name-value arguments. You can use
this syntax with any of the previous input and output argument combinations.Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b