2-D line plot - MATLAB plot - MATLAB & Simulink
www.mathworks.com › help › matlabMATLAB® cycles the line color through the default color order. Specify Line Style, Color, and Marker Plot three sine curves with a small phase shift between each line. Use a green line with no markers for the first sine curve. Use a blue dashed line with circle markers for the second sine curve. Use only cyan star markers for the third sine curve.
Plot S-parameter data - MATLAB rfplot
www.mathworks.com › help › rfUse sparameters to create a set S-parameters. hs = sparameters ( 'default.s2p' ); Plot all S-parameters. rfplot (hs) Plot S21. rfplot (hs,2,1) Plot the angle of S21 in degrees. rfplot (hs,2,1, 'angle') Plot the real part of S21. rfplot (hs,2,1, 'real') Input Arguments collapse all s_obj — S-parameters network parameter object