Smith Diagramm in matlab/octave

18 views (last 30 days)
Kelvin Kelvin
Kelvin Kelvin on 15 Mar 2020
Commented: Kelvin Kelvin on 15 Mar 2020
Hi guys i want to ask something about creating smith-chart in matlab/octave
So i just got this school project and i have to make a smith-chart in matlab or octave programm. I already wrote the program and it runs perfectly. but i got a little problem with the line outside the circle. Has anybody idea about how to throw away the line outside the smith circle. I really appreciate your answer. This one is the photo of my smith-chart. Thankyou very much.

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 15 Mar 2020
Edited: KALYAN ACHARJYA on 15 Mar 2020
axis off;
Or
Also you can set the axes properties , like set(...)
or
axes('Color','none','XColor','none');
  1 Comment
Kelvin Kelvin
Kelvin Kelvin on 15 Mar 2020
thankyou very much for your answer, but i mean the line that across the circle. not really the axes. but also thankyou for your answer.
best regards

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!