semilogy
Plot RF circuit object parameters using log scale for y-axis
Syntax
Description
semilogy(
plots the circuit parameter h
,circuitPara
)circuitPara
from the RFCKT or RF data
object h
using a logarithmic scale for the y-axis. You
can specify multiple circuit parameters in this syntax.
Note
For all circuit objects except those that contain data from a data file, you must
perform a frequency domain analysis with the analyze
method
before calling semilogy
.
semilogy(
plots the data of the RFCKT or RF data object using a logarithmic scale for the
y-axis with the specified data format. h
,circuitPara
,dataFormat
)
semilogy(___,
plots the circuit parameters xAxisPara
,xAxisFmt
)circuitPara
using a logarithmic scale for
the y-axis along with the variables xAxisPara
and
their corresponding format xAxisFmt
. Specify
xAxisPara
and xAxisFmt
arguments after any of
the input argument combinations in the previous syntaxes.
semilogy(___,
plots the
data of a RFCKT or RF data object with name-value arguments.Name,Value
)
returns
the line series property object lineseries
= semilogy(___)lineseries
. This output is the same as
the output returned by the MATLAB®
semilogy
function.
Examples
Input Arguments
Output Arguments
Tips
Use the Property Editor (
propertyeditor
) or the MATLABset
function to change Line Properties.
Version History
Introduced in R2007a