Plot specified circuit object parameters using log scale for y-axis
lineseries = semilogy(
plots the specified h
,parameter
)parameter
in the default format using a logarithmic
scale for the y-axis.
The semilogy
function 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®
semilogy
function.
lineseries = semilogy(h,parameter1,...,parametern)
plots the
parameters parameter1
, ...
,
parametern
from the object h
on an X-Y plane using a
logarithmic scale for the y-axis.
lineseries = semilogy(h,parameter1,...,parametern,
plots the parameters format
)parameter1
, ...
,
parametern
in the specified format
.
lineseries = semilogy(h,'parameter1',...,'parametern',
plots the specified parameters at the specified operating conditions for the object
format
,x-axis parameter
,x-axis format
,'condition1',value1,...,
'conditionm',valuem, 'freq',freq,'pin',pin)h
.
Note
For all circuit objects except those that contain data from a data file, you must
perform a frequency domain analysis with the analyze
function before calling semilogy
.
Use the Property Editor (propertyeditor
) or the MATLAB
set
function to change Line Properties.
analyze
| calculate
| circle
| extract
| getop
| getop
| getz0
| groupdelay
| listformat
| listparam
| loglog
| plot
| plotyy
| polar
| read
| restore
| semilogx
| smith
| write