Undefined function or method 'sparameters' for input arguments of type 'char'
이전 댓글 표시
Hi guys!I am new here and i have a problem. I am trying to run 4 different S11 parameters on smith chart and i can't get any result. I used the following code:
gamma=complex(0.95-0.57);
[lineseries,hsm] = smithchart(gamma)
But all i get is a blank smith chart !!!
I would appreciate it if someone could enlighten me !
댓글 수: 2
Walter Roberson
2015년 9월 12일
I wonder if you meant
gamma=complex(0.95,-0.57);
akis drosi
2015년 9월 12일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Array Geometries and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!