Adding additional Information to a figure/plot
45 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(3 个)
Azzi Abdelmalek
2013-3-6
编辑:Azzi Abdelmalek
2013-3-6
1 个评论
Azzi Abdelmalek
2013-3-6
I think the best way is this
[x,y]=ginput % click on the location you want+ Return
text(x,y,'yourtext')
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!