plot
System object: phased.RectangularWaveform
Namespace: phased
Plot rectangular pulse waveform
Syntax
plot(Hwav)
plot(Hwav,Name,Value)
plot(Hwav,Name,Value,LineSpec)
h = plot(___)
Description
plot(
plots the
real part of the waveform specified by Hwav
)Hwav
.
plot(
plots
the waveform with additional options specified by one or more Hwav
,Name,Value
)Name,Value
pair
arguments.
plot(
specifies
the same line color, line style, or marker options as are available
in the MATLAB® Hwav
,Name,Value
,LineSpec
)plot
function.
returns
the line handle in the figure.h
= plot(___)
Input Arguments
|
Waveform object. This variable must be a scalar that represents a single waveform object. |
|
Character vector to specifies the same line color, style, or
marker options as are available in the MATLAB Default: |
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
|
Specifies whether the function plots the real part, imaginary
part, or both parts of the waveform. Valid values are Default: |
|
Index of the pulse to plot. This value must be a scalar. Default: |
| Frequency offset Frequency offset in Hz, specified as a scalar. DependenciesThis property applies when you set the
Default: |
Output Arguments
|
Handle to the line or lines in the figure. For a |