Plot specified circuit object parameters using log-log scale
plots the specified lineseries
= loglog(h
,parameter
)parameter
in the default format using a log-log
scale. h
is the handle of a circuit ( rfckt
)
object.
The loglog
method returns a column vector of handles to
lineseries
objects, one handle per line. This output is the same as the
output returned by the MATLAB®
loglog
method.
plots the parameters lineseries
= loglog(h,parameter1,...,parametern)parameter1
, ...
,
parametern
from the object h
on an X-Y plane using
logarithmic scales for both the x- and y- axes.
plots the parameters lineseries
= loglog(h,parameter1,...,parametern,format)parameter1
, ...
,
parametern
in the specified format
.
format
is the format of the data to be plotted, e.g.
'Magnitude (decibels)'
.
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
.
plots the specified parameters at the specified operating conditions for the object
lineseries
=loglog(h
,'parameter1',...,'parametern', format,xparameter
,xformat
,'condition1',value1,...,
'conditionm',valuem,'freq',freq,'pin',pin)h
.
Note
If h
has multiple operating conditions, such as from a
.p2d
or .s2d
file, the loglog
method 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.
Use the Property Editor ( propertyeditor
) or the MATLAB
set
function to change Line Properties. The reference pages for MATLAB functions such as figure
, axes
, and text
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.
analyze
| calculate
| circle
| extract
| getop
| getop
| getz0
| groupdelay
| listformat
| listparam
| loglog
| plot
| plotyy
| polar
| read
| restore
| semilogx
| semilogy
| smith
| write