How do I label datapoints in a smith chart programmatically?
Ältere Kommentare anzeigen
The datatip should show the frequency of that point. I am using smith function to plot the s parameter data.
Antworten (1)
Ankitha Kollegal Arjun
am 31 Okt. 2017
0 Stimmen
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:
Kategorien
Mehr zu Axis Labels finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!