주요 콘텐츠

ImpedanceVerificationChart

R2026b

Nyquist chart for visualizing measured and simulated impedance data

Since R2025a

Description

Use ImpedanceVerificationChart to a Nyquist chart for visualizing the measured and simulated impedance data.

Creation

Description

Note

To use this object, at the MATLAB® Command Window, run this command at least once each MATLAB session:

import simscape.battery.parameters.ui.*; 
All properties are exposed as name-value arguments in this object.

chart = ImpedanceVerificationChart(Parent=fig) creates an ImpedanceVerificationChart object in the container specified in the Parent property.

chart = ImpedanceVerificationChart(Parent=fig,MeasuredImpedanceData=measuredData) creates an ImpedanceVerificationChart object that visualizes the measured impedance data specified in the MeasuredImpedanceData property in the container specified in the Parent property.

chart = ImpedanceVerificationChart(Parent=fig,SimulatedImpedanceData=measuredData) creates an ImpedanceVerificationChart object that visualizes the simulated impedance data specified in the SimulatedImpedanceData property in the container specified in the Parent property.

chart = ImpedanceVerificationChart(Parent=fig,MeasuredImpedanceData=measuredData,SimulatedImpedanceData=measuredData) creates an ImpedanceVerificationChart object that visualizes the measured and simulated impedance data specified in the MeasuredImpedanceData and SimulatedImpedanceData properties in the container specified in the Parent property.

chart = ImpedanceVerificationChart(___,PropertyName=Value) creates an ImpedanceVerificationChart object and sets Properties using one or more name-value arguments.

Properties

expand all

Parent container of the component, specified as a Figure, Panel, Tab, or GridLayout object.

Measured impedance data, specified as a matrix with three columns. The first column contains the frequency, the second column contains the real part of the impedance, and the third column contains the imaginary part of the impedance.

Simulated impedance data, specified as a matrix with three columns. The first column contains the frequency, the second column contains the real part of the impedance, and the third column contains the imaginary part of the impedance.

Aspect ratio for the Nyquist chart, specified as a vector of three positive elements.

Quadrant in which to plot the impedance values, specified as "first" or "fourth".

Display mode of the chart, specified as "Nyquist", "ImagZ(f)", or "Nyq_ImagZ(f)".

This object is a subclass of the ComponentContainer class. For a list of the ComponentContainer properties, see matlab.ui.componentcontainer.ComponentContainer.

Version History

Introduced in R2025a