Plot specified parameters on X-Y plane with Y-axes on both left and right sides
plotyy(
plots the specified parameter of the specified rfckt object or rfdata object on the X-Y
plane using predefined formats. The formats define how RF Toolbox™ displays the data on the plot. For example, when you plot S-parameters using
rfobject
,parameter
)plotyy
, 'dB'
is-plotted on the left Y-axis and
'Degrees'
is plotted on the right Y-axis.
Use Determining Parameter Formats for a table that shows the
predefined primary and secondary formats for the all circuit and data object parameters. You
can also use listformat
to get a list of valid parameters for
circuit or data objects.
Note
For all circuit objects except for those that contain data from a data file, you
must perform frequency domain analysis using the analyze
function before using plotyy
.
plotyy(
plots the parameters, rfobject
,parameter1,....,parameterN)1,...,N
on the X-Y plane using the predefined
primary and secondary formats.
plotyy(
plots RF data as follows:rfobject
,(parameter1_1,.....parameter1_n),format1,(parameter2_1.......,parameter2_n),format1,format2)
Plot parameters 1_1,.....1_n
using format 1 for the left
Y-axis.
Plot parameters 2_1,.....2_n
using format 2 for the right
Y-axis.
plotyy(___,
plots the specified parameters under specified operating conditions for the RF
object.x-axis parameter
,x-axis format
)
plotyy(___,
plots the
specified parameters under specified name-value pair operating conditions for the RF
object.Name,Value
)
Use the Property Editor (propertyeditor
) or the MATLAB®
set
function to change Line Properties.