How can I easily mark data points in a plot?
Afficher commentaires plus anciens
I would like to mark significant data points in a plot with an asterisk.
Is there an easy way to do that or do I have to use "text()" and manually shift the asterisk to a position next to the data point?
1 commentaire
Sara
le 18 Juil 2014
Can't you just replot them? You can use
hold on
plot(x,y,'*')
where x,y are ONLY the significant points.
Réponses (1)
Chad Greene
le 10 Août 2014
1 vote
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!