フィルターのクリア

how to display text at specific location in graph?

3 ビュー (過去 30 日間)
msahar
msahar 2014 年 5 月 14 日
コメント済み: msahar 2014 年 5 月 14 日
two lines are intersecting in graph below. I know the value at the intersection point. so how I plot these line so that the value of intersection appear automatically in the graph. I mean by using text() or ginput() or using some similar commands. for example at x=2 and y=27, how can I show in this format (2,27). (in graph I manualy put bracket and wrote value in it using paint
. Thank you

採用された回答

Walter Roberson
Walter Roberson 2014 年 5 月 14 日
text(x, y, sprintf('(%f,%f)', x, y))
  1 件のコメント
msahar
msahar 2014 年 5 月 14 日
oh thank u so much

サインインしてコメントする。

その他の回答 (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