Avoid using latex interpreter in plot titles

조회 수: 52 (최근 30일)
Deepa Maheshvare
Deepa Maheshvare 2019년 11월 6일
답변: Walter Roberson 2019년 11월 6일
I am trying the following
s = struct('a','a_dot')
plot(1:10,1:10)
title(s.a)
I want to retain the title name as 'a_dot' and avoid the default formatting done by latex interpreter.
Any suggestion on how this can be done?

채택된 답변

Walter Roberson
Walter Roberson 2019년 11월 6일
https://www.mathworks.com/help/matlab/ref/title.html#namevaluepairarguments
Use the 'interpreter', 'none' option to title()

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by