Unable to interpret LaTeX string "$\mathfrak{K}$"

조회 수: 10 (최근 30일)
Kenan
Kenan 2013년 1월 2일
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

채택된 답변

Suneesh
Suneesh 2013년 1월 3일
Not all TeX/LaTeX character sequences are supported in MATLAB. All supported TeX sequences are listed at:
Such a list is not available for LaTeX. Maybe this could help:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 LaTeX에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by