Add plot line in my script.

4 次查看(过去 30 天)
zahrein yaacob
zahrein yaacob 2019-5-15
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
Hi,
You can use the plot function with detailed features. Refer the documents for more details

类别

Help CenterFile Exchange 中查找有关 View and Analyze Simulation Results 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by