MATLAB: Latex Interpreter – mean bar with subscripts

axis labellatexMATLAB

Morning all,
I am trying to create an axis label for a plot with subscripts and a mean bar or peak accent over certain characters. I am looking for Cp _A _L with a mean bar or hat on the C with A and L being subscripts. I can get the Cp with the accent on the C but have not been able to add the subscripts correctly. I am still new to latex within MATLAB.
ylabel('$\bar{C}{p}$','FontAngle','italic','Interpreter','Latex')
With thanks Sarah

Best Answer

Use
ylabel('$\bar{C}_{p_{A_L}}$','FontAngle','italic','Interpreter','Latex')