How to avoid default subscript output with underscore in MuPAd notebook ?
Afficher commentaires plus anciens
When I'm trying to define a variable P_CG in MuPAD notebook, the default output is PcG. I don't want c to be printed as subscript.
But I want the output to be P_CG.
2 commentaires
Walter Roberson
le 11 Juin 2013
Modifié(e) : Walter Roberson
le 11 Juin 2013
In Maple, the way to get around that would be to use \ before the underscore.
P\_CG
The Maple interface would not show the \ but would show P_CG at the time of entry instead of show P with subscript CG
I have seen other systems in which the trick was not \ but rather control-v . But it has admittedly been some time since I last used one with control-v
Harish Babu Kankanala
le 17 Juin 2013
Modifié(e) : Harish Babu Kankanala
le 17 Juin 2013
Réponses (0)
Catégories
En savoir plus sur Numeric Solvers dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!