Adding subscripts to legends or axis in Mupad plots
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Javier Rubio-Herrero
il 22 Giu 2015
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 Commenti
Risposta accettata
Mukul Rao
il 23 Giu 2015
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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!