MATLAB: Axis lable with “hat”

axis labellatexspecial characters

Hi,
I would like to know, how can I write the following as an axis lable = (s^)/d_r.
Thank you for your help.
EM

Best Answer

xlabel('$\frac{\hat{s}}{d_r}$','interpreter','latex')