How can I set default interpreter as LATEX in MATLAB R2017a?
83 ビュー (過去 30 日間)
古いコメントを表示
Sungwoo Park
2017 年 7 月 19 日
コメント済み: Jorge Ignacio Cisneros Saldana
2022 年 7 月 27 日
Hello,
set(groot,'defaulttextinterpreter','latex');
set(groot, 'defaultAxesTickLabelInterpreter','latex');
set(groot, 'defaultLegendInterpreter','latex');
I'm using a code of 3 lines above to change the interpreter to latex.
However, when I turned off and restart MATLAB again, the interpreter changed to the original one.
It's weird because I changed the default setting to LATEX. Why does it change from Latex to the original one?
Is there anyway to fix it even after rebooting a computer?
Thank you very much!
0 件のコメント
採用された回答
Steven Lord
2017 年 7 月 19 日
4 件のコメント
Jorge Ignacio Cisneros Saldana
2022 年 7 月 27 日
How can I add them for a figure and and uitable text?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!