place down error underneath text string
3 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
採用された回答
Walter Roberson
2020 年 5 月 10 日
'$\stackrel{mytext}{\downarrow}$'
with 'interpreter', 'latex'
5 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!