How do I label datapoints in a smith chart programmatically?

조회 수: 2 (최근 30일)
ymmen goel
ymmen goel 2017년 10월 28일
답변: Ankitha Kollegal Arjun 2017년 10월 31일
The datatip should show the frequency of that point. I am using smith function to plot the s parameter data.

답변 (1개)

Ankitha Kollegal Arjun
Ankitha Kollegal Arjun 2017년 10월 31일
One way in which you can label the datatip is to use the 'text' command:
You can pass the plot dataset as argument to the 'text' command.
The Answer first answer in the following MATLAB Answers post uses the 'text' command to label the datatips:

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by