Can i make a plot interactive in Matlab?
Mostrar comentarios más antiguos
Hi, Most of the plot i generate tend to be static. For example, if i place my cursor near a point, I want the value to be displayed!
A=[2 3 4 5]
bar(A)
If i place my cursor at the first bar, i want the height to be displayed for example
So how can i do this in Matlab?
Respuestas (1)
Walter Roberson
el 5 de Ag. de 2015
0 votos
See datacursormode()
1 comentario
yashvin
el 5 de Ag. de 2015
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!