How to write overline on top of a word in title of a plot?
40 ビュー (過去 30 日間)
古いコメントを表示
Vishnuvardhan Naidu Tanga
2024 年 4 月 15 日
コメント済み: Vishnuvardhan Naidu Tanga
2024 年 4 月 15 日
Hello Everyone,
I would like to add a overline on top of a word in title of a matlab plot. I am using the following:
title(["Some text '$\bar{XX}/V$', 'Interpreter', 'LaTeX' "...
"Some other text"])
I want to have the overline on top of XX. Please kindly help me with the following.
Thanks in advance.
0 件のコメント
採用された回答
Fangjun Jiang
2024 年 4 月 15 日
編集済み: Fangjun Jiang
2024 年 4 月 15 日
title(["Some text $\bar{XX}/V$","Some other text"], 'Interpreter', 'LaTeX')
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!