Insert Text in plot

8 ビュー (過去 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 Center および File ExchangeAnnotations についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by