How do I label datapoints in a smith chart programmatically?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The datatip should show the frequency of that point. I am using smith function to plot the s parameter data.
0 comentarios
Respuestas (1)
Ankitha Kollegal Arjun
el 31 de Oct. de 2017
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:
0 comentarios
Ver también
Categorías
Más información sobre Equivalent Baseband Simulation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!