Smith Diagramm in matlab/octave
Afficher commentaires plus anciens
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.

Réponses (1)
KALYAN ACHARJYA
le 15 Mar 2020
Modifié(e) : KALYAN ACHARJYA
le 15 Mar 2020
axis off;
Or
Also you can set the axes properties , like set(...)
or
axes('Color','none','XColor','none');
1 commentaire
Kelvin Kelvin
le 15 Mar 2020
Catégories
En savoir plus sur Octave dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!