place down error underneath text string

3 ビュー (過去 30 日間)
Florian
Florian 2020 年 5 月 10 日
コメント済み: Florian 2020 年 5 月 10 日
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?

採用された回答

Walter Roberson
Walter Roberson 2020 年 5 月 10 日
'$\stackrel{mytext}{\downarrow}$'
with 'interpreter', 'latex'
  5 件のコメント
Florian
Florian 2020 年 5 月 10 日
Thanks Walter!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by