MATLAB: Is there a way to get a ‘less than or equal to’ symbol in to a text document

codesymbolic

I'm unable to find the correct code to get a 'less than or equal to' symbol in to a text document?

Best Answer

I think it should be
text(.4,.4,'$3 \leq 4$','interpreter','latex')
Source: