Add plot line in my script.
3 ビュー (過去 30 日間)
古いコメントを表示
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
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
2019 年 5 月 22 日
Hi,
You can use the plot function with detailed features. Refer the documents for more details
0 件のコメント
参考
カテゴリ
Help Center および File 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!