Adding additional Information to a figure/plot
古いコメントを表示
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 :)
回答 (3 件)
Azzi Abdelmalek
2013 年 3 月 6 日
編集済み: Azzi Abdelmalek
2013 年 3 月 6 日
0 投票
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')
MatlabFollower
2013 年 3 月 6 日
編集済み: MatlabFollower
2013 年 3 月 6 日
0 投票
Robert Cumming
2013 年 3 月 6 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!