Boxplot greek symbol bug?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rainer
el 13 de Sept. de 2015
Comentada: Rainer
el 13 de Sept. de 2015
I can't seem to use greek symbols on the boxplot axis?
This works fine:
plot(rand(10,1))
ylabel('\muL')
This doesn't work:
boxplot(rand(10,1))
ylabel('\muL')
0 comentarios
Respuesta aceptada
Más respuestas (1)
the cyclist
el 13 de Sept. de 2015
That does not work for me in 2015a, but does work in 2015b. I presume they fixed a bug.
Ver también
Categorías
Más información sobre Labels and Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!