Plot Title Problem
Mostrar comentarios más antiguos
My code
title(filename);
where filename is a variable such as Plot_Dot
I would like the title to be exactly "Plot_Dot"
however, because of the underscore, D is being displayed as a
subscript. How do I avoid that?
Respuesta aceptada
Más respuestas (1)
Drew Weymouth
el 9 de Nov. de 2011
1 voto
Escape it with the backslash. title('Plot\_Dot')
Categorías
Más información sobre Title 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!