I need to have underline (_) in my plot x and y label but matlab plot recognizes as subscript
62 次查看(过去 30 天)
显示 更早的评论
When I used this command:
xlabel(Ratio_prolif),
p of prolif becomse as subscript in the plot.
Is there anyway to have underline without being translated to subscript?
Here they discussed how _ is denoted as subscript in matlab:
but I dont want it.
0 个评论
采纳的回答
John D'Errico
2019-10-9
编辑:John D'Errico
2019-10-9
They can't win. Some people want to have subscripts. Some want an actual underscore character. Nobody is ever happy.
xlabel 'x\_5'
That will show the label as x_5. NOT a subscript.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!