Adding additional Information to a figure/plot
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
im plotting some data right now and i want to add additional info to the plot, like mean value or variance(in some space on the figure). Is that possible? Thx for any help :)
0 commentaires
Réponses (3)
Azzi Abdelmalek
le 6 Mar 2013
Modifié(e) : Azzi Abdelmalek
le 6 Mar 2013
1 commentaire
Azzi Abdelmalek
le 6 Mar 2013
I think the best way is this
[x,y]=ginput % click on the location you want+ Return
text(x,y,'yourtext')
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!