Main Content
plot
System object: phased.MFSKWaveform
Namespace: phased
Plot continuous MFSK waveform
Syntax
plot(sMFSK)
plot(sMFSK,Name,Value)
plot(sMFSK,Name,Value,LineSpec)
h = plot(___)
Description
plot(
plots
the real part of the waveform specified by sMFSK
)sMFSK
.
plot(
plots
the waveform with additional options specified by one or more sMFSK
,Name,Value
)Name,Value
pair
arguments.
plot(
specifies
the same line color, line style, or marker options that are available
in the MATLAB® sMFSK
,Name,Value
,LineSpec
)plot
function.
returns
the line handle in the figure.h
= plot(___)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015a