HI I want to add plot line to show specification.
How to do it. Im a beginner.
hs = sparameters('dif.s4p');
hs1 = sparameters('sff8431_RX_return_loss_SS_LowV_HighT_02Aug2018-130552.s4p');
x=[0,0.4];
y=[-10,-60];
hold on
plot(x,y)
rfplot(hs,1,1)
hold on
rfplot(hs1,1,1)
legend('lowv','highv')

1 Kommentar

Rik
Rik am 15 Mai 2019
It sounds like you should do a tutorial (like e.g. this one). That should get you started with the basics.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jyotish Kumar
Jyotish Kumar am 22 Mai 2019

0 Stimmen

Hi,
You can use the plot function with detailed features. Refer the documents for more details

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 15 Mai 2019

Beantwortet:

am 22 Mai 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by