How to write overline on top of a word in title of a plot?
40 次查看(过去 30 天)
显示 更早的评论
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!