Error Message: valid interpreter syntax

7 vues (au cours des 30 derniers jours)
Kathleen Scarlett
Kathleen Scarlett le 25 Nov 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]

Réponse acceptée

Setsuna Yuuki.
Setsuna Yuuki. le 25 Nov 2020
Modifié(e) : Setsuna Yuuki. le 25 Nov 2020
add in xlabel()
xlabel(filename,'Interpreter','none')
  1 commentaire
Kathleen Scarlett
Kathleen Scarlett le 25 Nov 2020
Modifié(e) : Kathleen Scarlett le 25 Nov 2020
That worked!!!! Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by