loglog
Plot specified circuit object parameters using log-log scale
Syntax
Description
loglog(
plots the circuit parameter h
,circuitPara
)circuitPara
from the RFCKT or RF data
object h
using a log-log scale. 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 loglog
.
loglog(
plots the data of the RFCKT or RF data object using a log-log scale with the specified data
format. h
,circuitPara
,dataFormat
)
loglog(___,
plots the circuit parameters xAxisPara
,xAxisFmt
)circuitPara
using a log-log scale 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.
loglog(___,
plots the
data of a RFCKT or RF data object with name-value arguments. Name,Value
)
returns
the line series property object lineseries
= loglog(___)lineseries
. This output is the same as
the output returned by the MATLAB®
loglog
function.
Examples
Input Arguments
Output Arguments
Tips
Use the Property Editor (
propertyeditor
) or the MATLABset
function to change Line Properties. The reference pages for MATLAB functions such asfigure
,axes
, andtext
also list available properties and provide links to more complete property descriptions.Note
Use the MATLAB
loglog
function to create a log-log scale plot of parameters that are specified as vector data and are not part of a circuit (rfckt
) object or data (rfdata
) object.If
h
has multiple operating conditions, such as from a.p2d
or.s2d
file, theloglog
function operates as follows:If you do not specify any operating conditions as arguments to the
loglog
method, then the method plots the parameter values based on the currently selected operating condition.If you specify one or more operating conditions, the
loglog
method plots the parameter values based on those operating conditions.When you use an operating condition for the
xparameter
input argument, the method plots the parameters for all operating condition values.
Version History
Introduced in R2007a