MATLAB: Accented characters with interpreter latex

accented characterinterpreterlatexMATLAB

Hi, I am trying to insert an accented letter in the title with 'interpreter latex' option, but I obtain this warning: 'String scalar or character vector must have valid interpreter syntax'. How can I fix it?
title('Intensità','Interpreter','latex')

Best Answer

title('Intensit\`a','Interpreter','latex')