Hi,
I want to insert text at particular intervals in a plot. What command should I use?
Amit

댓글 수: 2

Amit Kalhapure
Amit Kalhapure 2012년 11월 24일
What if the text is a value from array ?
use
text(x,y,num2str(yourvalue))

댓글을 달려면 로그인하십시오.

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 11월 23일
편집: Azzi Abdelmalek 2012년 11월 23일

2 개 추천

text(x,y,'yourtext')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

제품

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by