Azzera filtri
Azzera filtri

place down error underneath text string

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

Walter Roberson
Walter Roberson il 10 Mag 2020
'$\stackrel{mytext}{\downarrow}$'
with 'interpreter', 'latex'
  5 Commenti
Florian
Florian il 10 Mag 2020
Thanks Walter!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by