plot
Plot circuit object parameters on X-Y plane
Syntax
Description
plot(
          plots the circuit parameters specified in h,circuitPara)circuitPara from the RFCKT or
          RF data object h on the X-Y plane in the default format. You can
          specify one or more circuit parameters in circuitPara.
plot(
          plots the circuit parameters on the X-Y plane along with the variables
            h,circuitPara,xAxisPara,xAxisFmt)xAxisPara and their corresponding format
            xAxisFmt.
Derive xAxisPara and xAxisFmt for the RFCKT
          or RF data object h using the listparam(h) and
            listformat(h,'xAxisPara') commands, respectively.
plot(___, plots the
          circuit parameters with name-value arguments. Specify the name-value argument after any of
          the input argument combinations in the previous syntaxes.Name,Value)
plot(
          plots the spur power of the h,'mixerspur',k,pin,fin)rfckt.mixer object or
            rfckt.cascade object h that contains one or
          more mixers. For more information on plotting mixer spur power, see the Visualize Mixer Spurs example.
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 plot. 
plot(___,
          plots the data in the specified format)format. 
lineseries = plot(___)lineseries objects with one handle per
          line. This output is the same as the output returned by the MATLAB®
          plot 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.- For more information and complete description of object properties, see - figure,- axes, and- text.
- Use the MATLAB - plotfunction to plot network parameters specified as vector data and not as part of a circuit (- rfckt) object or data (- rfdata) object.
Alternatives
rfplot The function
      creates magnitude-frequency plots for RF Toolbox S-parameter objects.
Version History
Introduced before R2006a
![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/PlotCircuitParametersNetworkObjectOnXYPlaneExample_01.png)
![Figure contains an axes object. The axes object with xlabel Freq [GHz], ylabel dBm contains 3 objects of type line. These objects represent P_{out}(P_{in}=0[dBm];Bias=1.5), P_{out}(P_{in}=9.52872[dBm];Bias=1.5), P_{out}(P_{in}=19[dBm];Bias=1.5).](../../examples/rf/win64/PlotOutputPowerOfAmplifierInXYPlaneExample_01.png)
![Figure contains an axes object. The axes object with xlabel Freq [GHz], ylabel dBm contains 3 objects of type line. These objects represent P_{out}(P_{in}=0[dBm];Bias=1.5), P_{out}(P_{in}=9.52872[dBm];Bias=1.5), P_{out}(P_{in}=19[dBm];Bias=1.5).](../../examples/rf/win64/PlotOutputOfAmplifierWithBiasingConditionExample_01.png)
![Figure contains an axes object. The axes object with xlabel Freq [GHz], ylabel dBm contains an object of type line. This object represents P_{out}(P_{in}=18[dBm];Bias=1.5).](../../examples/rf/win64/PlotOutputPowerOfAmplifierAtSpecifiedInputPowerExample_01.png)
![Figure contains an axes object. The axes object with xlabel Freq [GHz], ylabel Stage of cascade contains 2 objects of type line. These objects represent S_{11}, S_{21}.](../../examples/rf/win64/PlotBudgetDataOnXYPlaneExample_01.png)
![Figure contains an axes object. The axes object with xlabel Freq [GHz], ylabel Magnitude (decibels) contains an object of type line. This object represents S_{11}.](../../examples/rf/win64/PlotS11OfMicrostripTransmissionLineExample_01.png)