Unable to interpret LaTeX string "$\mathfrak{K}$"
11 次查看(过去 30 天)
显示 更早的评论
Hello all,
I am trying to label my y-axis using a LaTeX string containing \mathfrak{K}, but it is not accepted by Matlab. Is there something special to do (like in a LaTeX document where you would put \usepackage{amsfonts} in the preamble)?
Here is what I tried so far: ylabel('$\mathfrak{K}$','Interpreter','Tex') ylabel('$\mathfrak{K}$','Interpreter','LaTex')
None of them worked correcly.
Thank you for your time and help
0 个评论
采纳的回答
Suneesh
2013-1-3
Not all TeX/LaTeX character sequences are supported in MATLAB. All supported TeX sequences are listed at:
http://www.mathworks.com/help/matlab/ref/text_props.html#String (Expand "TeX Character Sequence Table")
Such a list is not available for LaTeX. Maybe this could help:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LaTeX 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!