MATLAB: How to subscript/superscript a Symbol::accentDot(m) or Symbol(“nu”)

flowgreeklettersmupadratesubscriptsuperscripttypeset

Trying to get m(dot)_1, m(dot)_2… and nu_1, nu_2…

Best Answer

Symbol::accentDot is for use only in MuPAD. It is not possible to create MATLAB identifiers that have special symbols in their name. It is, however, possible to use
mdot_1 = sym('Symbol::subscript(Symbol::accentDot(m),1)');