plot
Plot circuit object parameters on X-Y plane
Syntax
Description
plot(
plots the circuit parameters specified in h
,circuitPara
)circuitPara
from the RFCKT or
RF data object h
on the X-Y plane in the default format. You can
specify one or more circuit parameters in circuitPara
.
plot(
plots the circuit parameters on the X-Y plane along with the variables
h
,circuitPara
,xAxisPara
,xAxisFmt
)xAxisPara
and their corresponding format
xAxisFmt
.
Derive xAxisPara
and xAxisFmt
for the RFCKT
or RF data object h
using the listparam(h)
and
listformat(h,'xAxisPara')
commands, respectively.
plot(___,
plots the
circuit parameters with name-value arguments. Specify the name-value argument after any of
the input argument combinations in the previous syntaxes.Name,Value
)
plot(
plots the spur power of the h
,'mixerspur'
,k
,pin,fin)rfckt.mixer
object or
rfckt.cascade
object h
that contains one or
more mixers. For more information on plotting mixer spur power, see the Visualize Mixer Spurs example.
Note
For all circuit objects except those that contain data from a data file, you must
perform a frequency domain analysis with the analyze
function before calling plot
.
plot(___,
plots the data in the specified format
)format
.
returns a
column vector of handles to lineseries
= plot(___)lineseries
objects with one handle per
line. This output is the same as the output returned by the MATLAB®
plot
function.
Examples
Input Arguments
Output Arguments
Tips
Use the Property Editor (
propertyeditor
) or the MATLABset
function to change Line Properties. For more information and complete description of object properties, seefigure
,axes
, andtext
.Use the MATLAB
plot
function to plot network parameters specified as vector data and not as part of a circuit (rfckt
) object or data (rfdata
) object.
Alternatives
rfplot
The function
creates magnitude-frequency plots for RF Toolbox S-parameter objects.
Version History
Introduced before R2006a