¿How can I change letter colour?

32 visualizaciones (últimos 30 días)
Nerea  Amondarain
Nerea Amondarain el 15 de Sept. de 2015
Comentada: Benjamin Azrieli el 30 de Nov. de 2020
No puedo cambiar el color rojo de las letras después del texto del input o disp. Quiero ponerlos en morado en vez de en rojo que hago?

Respuestas (2)

Star Strider
Star Strider el 15 de Sept. de 2015
If you want to change the colour of text written to the Command Window, use the file identifier 2 with fprintf:
fprintf(2, 'This displays in red.\n')
to display text objects (like plot titles and axis labels) in red, see the documentation in Text Properties for 'Color'.

Hamoon
Hamoon el 15 de Sept. de 2015

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by