Display vectors or arrays
Display vectors or arrays where the data is uniformly spaced along the x-axis.
scope = dsp.ArrayPlot
creates an Array Plot object,
scope
.
scope = dsp.ArrayPlot(Name,Value)
sets properties using one or
more name-value pairs. Enclose each property name in quotes. For example, scope =
dsp.ArrayPlot("NumInputPorts",3)
scope(
displays the signal in the
Array Plot.signal
)
scope(signal1,signal2,...,signalN)
displays multiple signals in
the Array Plot. The signals must have the same frame length, but can vary in number of
channels. You must set the NumInputPorts
property to enable multiple input signals.
To use an object function, specify the object as the first input argument.
generateScript | Generate MATLAB script to create scope with current settings |
dsp.DynamicFilterVisualizer
| dsp.LogicAnalyzer
| dsp.MatrixViewer
| dsp.SpectrumAnalyzer
| timescope