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 日

2 投票

text(x,y,'yourtext')

その他の回答 (0 件)

カテゴリ

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by