How do I label datapoints in a smith chart programmatically?
显示 更早的评论
The datatip should show the frequency of that point. I am using smith function to plot the s parameter data.
回答(1 个)
Ankitha Kollegal Arjun
2017-10-31
0 个投票
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:
类别
在 帮助中心 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!