Reputation: 397
I'm try to plot with legend using latex style:
legend('$\mathbb{E} $','interpreter','latex','FontSize',18);
However, I can not see on the graph, and I get the warning:
Warning: Unable to interpret TeX string "$\mathbb{E} $"
Upvotes: 1
Views: 2863
Reputation: 1960
This question has already been answered. I believe you need to install the mathbb font for the latex interpreter as noted here and here.
Upvotes: 0