Adding additional Information to a figure/plot
Mostra commenti meno recenti
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 :)
Risposte (3)
Azzi Abdelmalek
il 6 Mar 2013
Modificato: Azzi Abdelmalek
il 6 Mar 2013
0 voti
1 Commento
Azzi Abdelmalek
il 6 Mar 2013
I think the best way is this
[x,y]=ginput % click on the location you want+ Return
text(x,y,'yourtext')
MatlabFollower
il 6 Mar 2013
Modificato: MatlabFollower
il 6 Mar 2013
0 voti
Robert Cumming
il 6 Mar 2013
0 voti
Categorie
Scopri di più su Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!