Clear Filters
Clear Filters

\daleth symbol not working

3 views (last 30 days)
Rob
Rob on 19 Mar 2014
Answered: José-Luis on 19 Mar 2014
I'm using version R2014a and am trying to print the "daleth" symbol, however, when I run the code below, I'm getting the following error message:
figure
plot(n,sin(n))
xlabel('$$\dot{\daleth}$$','interpreter','latex')
Warning: Unable to interpret LaTeX string "$$\dot{\daleth}$$"
Note, when I replace \daleth with \aleph (which is in the same font style, and supported by LaTex, i.e., "$$\dot{\aleph}$$", the aleph symbol shows up fine with no error.
Is there an easy way to get Matlab to print the daleth symbol?
Thanks

Answers (1)

José-Luis
José-Luis on 19 Mar 2014
No, there is no simple way. Please see here.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!