plot
R2026bSyntax
Description
plot( plots the measured and
simulated voltage for all pulses inside the circuitModel)ECM object,
cicuitModel. The ECM object retains or saves a copy
of the pulse data which you can then use for comparison purposes. The function obtains the
simulated voltage by running a MATLAB®-based battery equivalent circuit model (ECM). This model is stored in the
simulateCurrentPulse function of the ECM object.
plot(
plots the measured and simulated voltage for the pulses inside the circuitModel,pulseIds)ECM
object, cicuitModel, at the indices specified by
pulseIds.
plot(
plots the measured and simulated voltage for the pulses inside the circuitModel,pulseIds,timeStep)ECM
object, cicuitModel, at the indices specified by
pulseIds. The function simulates the ECM current pulses using the
time step specified by timeStep.
plot(___, also
specifies options using one or more name-value arguments.Name=Value)
returns a
chart = plot(___)VoltageVerificationChart object.
