semilogx
Plot RF circuit object parameters using log scale for x-axis
Syntax
Description
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)
lineseries = semilogx(___)lineseries. This output is
          the same as the output returned by the MATLAB®
          semilogx function.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
- Use the - inspectfunction from MATLAB to open the Property Inspector for changing line properties. For more information, see Line Properties.- Note - Use the MATLAB - semilogxfunction 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.
Version History
Introduced in R2007a
![Figure contains an axes object. The axes object with xlabel Freq [GHz], ylabel Magnitude (decibels) contains 2 objects of type line. These objects represent S_{11}, S_{21}.](../../examples/rf/win64/PlotParametersOfNetworkObjectUsingLogScaleOnXAxisExample_01.png)
![Figure contains an axes object. The axes object with xlabel P indexOf in baseline [dBm], ylabel dBm contains 3 objects of type line. These objects represent P_{out}(Freq=1[GHz];Bias=1.5), P_{out}(Freq=2.1[GHz];Bias=1.5), P_{out}(Freq=2.9[GHz];Bias=1.5).](../../examples/rf/win64/PlotPoutVsPinOfAmplifierExample_01.png)
![Figure contains an axes object. The axes object with xlabel P indexOf in baseline [mW], ylabel dBm contains 3 objects of type line. These objects represent P_{out}(Freq=1[GHz];Bias=1.5), P_{out}(Freq=2.1[GHz];Bias=1.5), P_{out}(Freq=2.9[GHz];Bias=1.5).](../../examples/rf/win64/PlotPoutVsPinOfAmplifierExample_02.png)
![Figure contains an axes object. The axes object with xlabel P indexOf in baseline [mW], ylabel dBm contains an object of type line. This object represents P_{out}(Freq=2.4[GHz];Bias=1.5).](../../examples/rf/win64/PlotPoutVsPinOfAmplifierExample_03.png)