Main Content
connectXYPlot
Description
connectXYPlot(
connects two signals by using the instrument_object
,hAxis
,xSignal
,ySignal
,Name,Value
)xSignal
struct and
ySignal
struct to display as an XY plot on an axes
. The axes for connectXYPlot
cannot be bound to some
other signal, for example bound to another XY Plot or bound as a Time Plot by using
connectLine
.
Specify the X and Y signals for connectXYPlot
by using structures.
The BlockPath
and PortIndex
struct fields are
mandatory. The Callback
, BusElement
, and
ArrayIndex
struct fields are optional. For more information, see More About.
Examples
Input Arguments
More About
Version History
Introduced in R2024b