문제

I want the axis to show x with a symbol like this.

picture

If I don't misunderstand the symbol name is caret. Is there any way to show this x with caret. Help me please.

도움이 되었습니까?

해결책

Use Matlab's built-in LaTeX interpreter:

xlabel('$\hat x$', 'Interpreter', 'latex')
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top