s it possible to have double subscript in a figure label
20 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
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 件)
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}}')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Graphics Object Properties についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!