Problem with "string scalar or character vector must have valid interpreter syntax"

조회 수: 15 (최근 30일)
Hello saviors,
so, I'm trying to do a subplot title with an annotation 'textbox', and I need it to be latex the interpreter of the text, right?
This is how I'm trying to do it:
% Title
annotation('textbox', [0.23, 0.5, 0.5, 0.5], 'String',...
'This is my Title','EdgeColor','none','interpreter','latex',...
'FontWeight','bold', 'FontSize',14);
But then, matlab gives me a warning:
"Warning: Error updating TextBox.
String scalar or character vector must have valid interpreter syntax"
and the figure's title comes out with the default interpreter.
Any idea of what am I doing wrong, or how to solve this issue?
  댓글 수: 3
Beatriz Sanchez
Beatriz Sanchez 2020년 2월 7일
oh! I forgot to tell
'$this is my title$'
does not works either :-(
matlab still shows me the warning and now my title has this $ simbols.

댓글을 달려면 로그인하십시오.

답변 (1개)

Karthi Ramachandran
Karthi Ramachandran 2020년 2월 7일
I tried whatever u have added , Its working fine, also latex is not required because you are just using string , if you want italics
'\it{This is my Title}' will do the work . Adding a $ symbol with latex interpeter wont leave space between words , as that will be treated as a math variables

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by