Accent as a character in a string
Mostrar comentarios más antiguos
I'm am in a situation where I need to use accent as a character in a string, but MATLAB interpret ' as the beginning/ending of a string.
Is there a way to work around this problem?
Respuestas (1)
Walter Roberson
el 9 de En. de 2012
Example:
string = 'Don''t forget to double the apostrophe!'
Categorías
Más información sobre Characters and Strings 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!