'String scalar or character vector must have valid interpreter syntax' in waitbar
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Fangjun Jiang
el 30 de Mzo. de 2023
0 votos
What is the issue? I don't have any error message in R2022b.
h=waitbar(0.5,'c:\abc\xyz')
1 comentario
Jim Riggs
el 30 de Mzo. de 2023
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!