'String scalar or character vector must have valid interpreter syntax' in waitbar
이전 댓글 표시
I am creating a waitbar where the text includes the path to the file being processed. The path name, ovbiously includes a backslash ('\') character, and this is causing the warning message to be issued: 'string scalar or character vector must have valid interpreter syntax'.
I could write a function to replace every ocurrence of the '\' character with '\\', but is there a way to set the interpreter to 'none' when calling the waitbar function?
채택된 답변
추가 답변 (1개)
Fangjun Jiang
2023년 3월 30일
0 개 추천
What is the issue? I don't have any error message in R2022b.
h=waitbar(0.5,'c:\abc\xyz')
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!