How to add string on x-axis and line starting from some point?

3 ビュー (過去 30 日間)
Giuseppe
Giuseppe 2022 年 3 月 10 日
コメント済み: KSSV 2022 年 3 月 10 日
Hi guys,
In my figure I want to highlight a value on the x-axis using string and the corrispondent numerical value ("tau_1 = 66") and then I want to draw a line parallel to the vertical axis through that point.
I would like to achieve something like in the figures below:
Can you help me?

採用された回答

KSSV
KSSV 2022 年 3 月 10 日
You can show up the string using text. Read about this function.
You can draw line using plot.
  2 件のコメント
Giuseppe
Giuseppe 2022 年 3 月 10 日
Is possible with text to add string outsides figure box as represented in my image example?
KSSV
KSSV 2022 年 3 月 10 日
Yes it is....
plot(rand(1,10))
text(2.5,0.0,'You see I am here')

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by