Smith Diagramm in matlab/octave

13 次查看(过去 30 天)
Kelvin Kelvin
Kelvin Kelvin 2020-3-15
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.

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020-3-15
编辑:KALYAN ACHARJYA 2020-3-15
axis off;
Or
Also you can set the axes properties , like set(...)
or
axes('Color','none','XColor','none');
  1 个评论
Kelvin Kelvin
Kelvin Kelvin 2020-3-15
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Octave 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by