Adding additional Information to a figure/plot
조회 수: 18 (최근 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!