rfplot linespec not working with s1p files

조회 수: 1 (최근 30일)
Mercedes Stringer Martin
Mercedes Stringer Martin 2021년 2월 12일
댓글: Kiran Felix Robert 2021년 3월 23일
rfplot linespec not working with s1p files.
I am trying to change the line width of the files and only saved my data as individual s1p files. When I use rfplot on s1p files it works fine until I want to change the formatting of the graph. Any ideas?
  댓글 수: 1
Kiran Felix Robert
Kiran Felix Robert 2021년 3월 23일
I am not able to reproduce your issue. I used the following as data,
The s1p file
! symbol freq-unit parameter-type data-format keyword impedance-ohms
# MHZ S MA R 50
! freq magS11 angS11 (commented header line)
4.000 0.892 -12.135
5.000 0.891 -18.179
6.000 0.890 -24.193
The MATLAB Script,
hs = sparameters('s1pfile.s1p');
l = rfplot(hs)
l.LineWidth = 5;
Do you face any error while plot ? If yes, can you post the complete error?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by