How to write overline on top of a word in title of a plot?
조회 수: 35 (최근 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!