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

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?

 Accepted Answer

You can show up the string using text. Read about this function.
You can draw line using plot.

2 Comments

Is possible with text to add string outsides figure box as represented in my image example?
Yes it is....
plot(rand(1,10))
text(2.5,0.0,'You see I am here')

Sign in to comment.

More Answers (0)

Categories

Products

Release

R2021a

Asked:

on 10 Mar 2022

Commented:

on 10 Mar 2022

Community Treasure Hunt

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

Start Hunting!