Ron Yadgar
Ron Yadgar

Reputation: 397

Plot in matlab, using Latex interpreter

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

Answers (1)

krisdestruction
krisdestruction

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

Related Questions