Plot RF circuit object parameters using log scale for x-axis
semilogx(
plots the circuit parameter h,circuitPara)circuitPara from the RFCKT or RF data
object h using a logarithmic scale for the x-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 semilogx.
semilogx(
plots the data of the RFCKT or RF data object using a logarithmic scale for the x-axis with the specified data format. h,circuitPara,dataFormat)
semilogx(___,
plots the circuit parameters xAxisPara,xAxisFmt)circuitPara using a logarithmic scale
for the x-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.
semilogx(___, plots
the data of a RFCKT or RF data object with name-value arguments. Specify name-value
argument after any of the input argument combinations in the previous syntaxes.Name,Value)
returns the line series property object lineseries = semilogx(___)lineseries. This output is
the same as the output returned by the MATLAB®
semilogx function.
Use the Property Editor (propertyeditor) or the MATLAB
set function to change Line Properties.
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 | extract | listformat | listparam | loglog | plot | plotyy | polar | read | semilogy | smith | smithplot