s it possible to have double subscript in a figure label

조회 수: 23 (최근 30일)
Abdulaziz Abutunis
Abdulaziz Abutunis 2021년 7월 1일
댓글: Abdulaziz Abutunis 2021년 7월 1일
Hi
Is it possible to have double subscript in a figure label. An example is below
.
Thank you
Aziz

채택된 답변

Star Strider
Star Strider 2021년 7월 1일
I am not quite certain what you want, however that is possible.
Using a LaTeX interpreter with:
$A{_B}_C$
produces:
So at least it works in this example.
.
  댓글 수: 1
Abdulaziz Abutunis
Abdulaziz Abutunis 2021년 7월 1일
I thought my quesiton was clear. Any wahy thanks for the suggestion
I found the next command works
xlabel('$A{_B}_{_C}$','fontsize',14,'interpreter','latex')

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Steven Lord
Steven Lord 2021년 7월 1일
I could have gone further but with smaller and smaller letters it gets more difficult to read.
xlabel('A_{B_{C_D}}')

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by