Adding subscripts to legends or axis in Mupad plots
5 次查看(过去 30 天)
显示 更早的评论
Dear all,
I am trying to plot two functions in Mupad. I call them (in Latex notation) p_{1}(z) and p_{2}(z). Each function in the plot will appear in my legend. However, I don't seem to be able to make Mupad write the subscripts 1 and 2. Instead, I get p1(z), p2(z). Is there a way to effectively display subscripts/superscripts in legends and/or axis in plot made with Mupad?
Thanks!
0 个评论
采纳的回答
Mukul Rao
2015-6-23
In my opinion, this is not possible. The legend function expects arguments of type DOM_STRING. DOM_STRING does not appear to support latex conversion, there is no mention of it in the documentation. There are a few special sequences that DOM_STRING supports and can be found in the section "Element Creation" , at the following link:
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!