Error Message: valid interpreter syntax
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kathleen Scarlett
el 25 de Nov. de 2020
Editada: Kathleen Scarlett
el 25 de Nov. de 2020
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]
0 comentarios
Respuesta aceptada
Setsuna Yuuki.
el 25 de Nov. de 2020
Editada: Setsuna Yuuki.
el 25 de Nov. de 2020
add in xlabel()
xlabel(filename,'Interpreter','none')
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Argument Definitions en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!