Infinity symbol does not show in Matlab plot

I'm trying to include the infinity symbol in my axis label (e.g. the expression δ), so I typed \delta_{\infty}. However, I only see the delta symbol δ but the infinity symbol is portrayed as a subscripted black diamond with a question mark inside.

The interpreter is set to Tex and I tried different fonts with other symbols. The greek letters seem to be working but other symbols like \clubsuit () don't. Do I need to make any other changes to the settings?

2 Answers

From this I make up that you should use LaTeX as the interpreter, rather than TeX:

2

If you're still looking for answer, it works for you: \delta_\infty = δ∞

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like