For some reason I keep getting errors with the interpreter when I try to put in this code:
title(sprintf('Pressure $(1-M_\infty^2)u_{xx}+u_{yy}=0$, $M_\infty=%s$', Minf),'Interpreter','latex')
Anyone have suggestions for the formatting?
latex
title(sprintf('Pressure $(1-M_\infty^2)u_{xx}+u_{yy}=0$, $M_\infty=%s$', Minf),'Interpreter','latex')
Best Answer