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

2 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

KSSV
KSSV il 10 Mar 2022
You can show up the string using text. Read about this function.
You can draw line using plot.
  2 Commenti
Giuseppe
Giuseppe il 10 Mar 2022
Is possible with text to add string outsides figure box as represented in my image example?
KSSV
KSSV il 10 Mar 2022
Yes it is....
plot(rand(1,10))
text(2.5,0.0,'You see I am here')

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Characters and Strings in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by