Insert Text in plot

조회 수: 7 (최근 30일)
Amit Kalhapure
Amit Kalhapure 2012년 11월 23일
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 ?
Azzi Abdelmalek
Azzi Abdelmalek 2012년 11월 24일
use
text(x,y,num2str(yourvalue))

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

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 11월 23일
편집: Azzi Abdelmalek 2012년 11월 23일
text(x,y,'yourtext')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by