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

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

댓글을 달려면 로그인하십시오.

답변 (1개)

Jyotish Kumar
Jyotish Kumar 2019년 5월 22일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

태그

질문:

2019년 5월 15일

답변:

2019년 5월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by