Boxplot greek symbol bug?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(1 个)
the cyclist
2015-9-13
That does not work for me in 2015a, but does work in 2015b. I presume they fixed a bug.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labels and Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!