Plot specified circuit object parameters using log scale for x-axis
plots the specified lineseries
= semilogx(h
,parameter
)parameter
in the default format using a logarithmic
scale for the x-axis. h
is the handle of a circuit
(rfckt
) object.
The semilogx
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®
semilogx
function.
plots the parameters lineseries
= semilogx(h
,parameter1,...,parametern)parameter1
, ...
,
parametern
from the object h
on an X-Y plane using a
logarithmic scale for the x-axis.
plots the parameters lineseries
= semilogx(h
,parameter1,...,parametern,format
)parameter1
, ...
,
parametern
in the specified format
.
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 semilogx
.
plots the specified parameters at the specified operating conditions for the object
lineseries
= semilogx(h
,'parameter1',...,'parametern',
format
,x-axis parameter
,x-axis format
,'condition1',value1,...,
'conditionm',valuem, 'freq',freq,'pin',pin)h
.
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
semilogx
function to create a semi-log
scale plot of network 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