Plot RF circuit object parameters using log scale for y-axis
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.
Use the Property Editor (propertyeditor) or the MATLAB
set function to change Line Properties.
analyze | extract | listformat | listparam | loglog | plot | plotyy | polar | read | semilogx | smith | smithplot