Frage

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.

War es hilfreich?

Lösung

Use Matlab's built-in LaTeX interpreter:

xlabel('$\hat x$', 'Interpreter', 'latex')
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top