How to avoid default subscript output with underscore in MuPAd notebook ?

조회 수: 1 (최근 30일)
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
Walter Roberson
Walter Roberson 2013년 6월 11일
편집: Walter Roberson 2013년 6월 11일
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
Harish Babu Kankanala 2013년 6월 17일
편집: Harish Babu Kankanala 2013년 6월 17일
I have tried \, /, ctrl-v and double underscore__ , but I'm not able to print as I have mentioned in my question.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Numeric Solvers에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by