Undefined function or method 'sparameters' for input arguments of type 'char'
Show older comments
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 Comments
Walter Roberson
on 12 Sep 2015
I wonder if you meant
gamma=complex(0.95,-0.57);
akis drosi
on 12 Sep 2015
Accepted Answer
More Answers (0)
Categories
Find more on Array Geometries and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!