最近遇到同学提出的字母上标问题,要求在字母正上方标注横线或者尖角,在数学中这是常见的标识方法,但在MATLAB中有其特殊的表示方法。...', 24,'Color','r');%正确上划线
text(5,0.8,'$\bar{0.5}$','interpreter','latex','FontSize', 24,'Color','r');...','latex','FontSize', 24,'Color','r'); %正确一阶导数
text(5,0,'\.{0.5}','interpreter','latex','FontSize',...24,'Color','g'); %错误一阶导数
text(3,0,'$\ddot{0.5}$','interpreter','latex','FontSize', 24,'...,'$\widehat{0.5}$','interpreter','latex','FontSize', 24,'Color','r'); %正确宽^上标
text(5,0.2,'\t{0.5}','