Error Message: valid interpreter syntax

조회 수: 12 (최근 30일)
Kathleen Scarlett
Kathleen Scarlett 2020년 11월 25일
편집: Kathleen Scarlett 2020년 11월 25일
Hi - I can't figure out how to make this error message go away. Have tried SO many variations. Appreciate any help.
filename=('20201021_144030___66_[0000]')
xlabel(filename)
Warning: Error updating Text.
String scalar or character vector must have valid interpreter syntax:
20201021_144030___66_[0000]

채택된 답변

Setsuna Yuuki.
Setsuna Yuuki. 2020년 11월 25일
편집: Setsuna Yuuki. 2020년 11월 25일
add in xlabel()
xlabel(filename,'Interpreter','none')
  댓글 수: 1
Kathleen Scarlett
Kathleen Scarlett 2020년 11월 25일
편집: Kathleen Scarlett 2020년 11월 25일
That worked!!!! Thank you!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by