Filter löschen
Filter löschen

place down error underneath text string

1 Ansicht (letzte 30 Tage)
Florian
Florian am 10 Mai 2020
Kommentiert: Florian am 10 Mai 2020
Hi all,
to place a down arrow for a text annotation in a plot I can use...
text(0.5,0.5,'\downarrow mytext')
..which puts the arrow to the left of the text or...
text(0.5,0.5,'mytext \downarrow')
which put the error to the right of the text.
What is the code for placing the down arrow underneath the text string?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Mai 2020
'$\stackrel{mytext}{\downarrow}$'
with 'interpreter', 'latex'
  5 Kommentare
Florian
Florian am 10 Mai 2020
Thanks Walter!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by