uihtml does not render LaTeX equation
3 ビュー (過去 30 日間)
古いコメントを表示
I have uihtml component in App Designer which points to html documentation.
The line:
<p>My inline math code <span class="math notranslate nohighlight">\(A_\text{c} = (\pi/4) d^2\)</span>.</p>
is rendered properly in web browser as inline equation
but in uihtml component it does nothing.
How to fix that?
2 件のコメント
Ramtej
2024 年 3 月 20 日
By default HTML does not support embedded Latex. You need to use external tools like "MathML" or display engine like "MathJax" to render Latex equations.
回答 (1 件)
Ishaan Mehta
2024 年 9 月 3 日
Hi Pawel,
I understand that you wish to add mathematical equations as text on the user interface of an MLAPP application.
You can render LaTeX code by using the "Label" component with its "Interpreter" option set to "latex", as in the image below.
This MathWorks documentation page provides more information on the "interpreter" optoin and the supported TeX markup.
Control label appearance: https://www.mathworks.com/help/matlab/ref/matlab.ui.control.label-properties.html#:~:text=Interpreter%20%E2%80%94%20Label%20text%20interpreter
Hope this helps!
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!