PrismaticGeometry
Description
Use PrismaticGeometry
to represent the geometry of a
prismatic battery cell. To specify the dimensions of a prismatic geometry, use the
Length
, Thickness
, and Height
properties.
Creation
Description
Note
To quickly create a PrismaticGeometry
object, use the batteryPrismaticGeometry
function. By using this function, you avoid
importing the namespace, using the full class name, or dealing only with name-value
arguments when creating the object. (since R2024a)
To use this object, at the MATLAB® Command Window, run this command at least once each MATLAB session:
import simscape.battery.builder.*;
creates a
prismatic geometry with default property values.prism
= PrismaticGeometry
creates
a prism geometry with a specified length, height, and thickness using name-value
arguments. prism
= PrismaticGeometry(Name=Value
)
Properties
Version History
Introduced in R2022b