passive
R2026bSyntax
Description
passive(___) plots the passivity indices of the
dynamic system G as a function of frequency. For more plot
customization options, use passiveplot.
To plot the passivity indices for multiple dynamic systems on the same plot, you can specify
Gas a comma-separated list of models. For example,passive(G1,G2,G3)plots the root locus for three models on the same plot.To specify a color, line style, and marker for each system in the plot, specify a
LineSpecvalue for each system. For example,passive(G1,LineSpec1,G2,LineSpec2)plots two models and specifies their plot style. For more information on specifying aLineSpecvalue, seepassiveplot.