Is There a Way to disp a sym Double Subscript?

2 views (last 30 days)
dips() works fine with a single subscript
disp(str2sym("E_omega"))
Double subscript looks odd
disp(str2sym("E_omega_n"))
Any way to get E subscripted with omega{sub}n as opposed to omega,n ?

Accepted Answer

Walter Roberson
Walter Roberson on 31 Mar 2022
No, there is no way to do that at the moment.
The current behaviour is used to show 2D subcripting,

More Answers (0)

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!