Smith Diagramm in matlab/octave

14 ビュー (過去 30 日間)
Kelvin Kelvin
Kelvin Kelvin 2020 年 3 月 15 日
コメント済み: 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 Center および File ExchangeOctave についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by