سؤال

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