batteryCell
Syntax
Description
Use the batteryCell
function to construct a battery object
that represents a single electrochemical cell. For more information about the
Cell
object and its properties, see Cell
(object)
.
cell = batteryCell
creates a single battery cell with default
values. The object is linked to the Battery
(Table-Based) block.
cell = batteryCell(
sets the
Geometry
)Geometry
property to create a single battery cell with a specific
geometry.
cell = batteryCell(
sets the Geometry
,CellModelOptions
)Geometry
and CellModelOptions
properties
to create a single battery cell with specific geometry and conditional parameters.
cell = batteryCell(___,
specifies the Name=Value
)cell
properties using one or more name-value arguments.
Specify the name-value arguments after all the arguments in any of the previous syntaxes.
For a list of properties, see the Properties
section of the Cell
object.
For example, cell = batteryCell(Mass=simscape.Value(1,"kg"))
creates a default battery cell with a mass of 1 kg.
Examples
Input Arguments
Version History
Introduced in R2024a