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