plotting two complex numbers points on smith chart

Hello , i have two complex numbers 7.12 +j*0.324 6.04 +j*3.15 i want to plot these two points on a smith chart (normalized to 50). i have tried the following code but its just gives me empty chart.
Thanks
z = 7.12 + 1j*(0.324);
figure
smithchart(z)

답변 (0개)

카테고리

도움말 센터File Exchange에서 Equivalent Baseband Simulation에 대해 자세히 알아보기

질문:

2018년 1월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by