Borrar filtros
Borrar filtros

change colour of a text into blue

310 visualizaciones (últimos 30 días)
Locks
Locks el 1 de Abr. de 2013
text(0,0.11,'Log-normal distribution')
text(10,0.06,'Normal distribution')
set(text,'Color','b')
I would like to have the 2nd row of code displayed in blue, but if I insert 'b' into the brackets, it does not with and the code above doesn't either, what do I need to change?

Respuesta aceptada

Mahdi
Mahdi el 1 de Abr. de 2013
Try doing it in one line
text(10, 0.06, 'Normal distribution', 'Color', 'b')

Más respuestas (0)

Categorías

Más información sobre MATLAB 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