필터 지우기
필터 지우기

place down error underneath text string

조회 수: 1 (최근 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 CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by