Plotting funtion scalar, or character error

1 回表示 (過去 30 日間)
A Poyser
A Poyser 2023 年 5 月 3 日
編集済み: chicken vector 2023 年 5 月 3 日
I have a piece of code that labels a graph using the function below.
ylabel('$\Gamma_I, \; R_{IC}$ (MJ/m^3)','FontSize',32,'Interpreter','latex')
Yet it seems to give me a plotting error that reads
% String scalar or character vector must have valid interpreter syntax:
How do I crrectly use the latex interpereter?
Thanks in advance
Alex

採用された回答

chicken vector
chicken vector 2023 年 5 月 3 日
編集済み: chicken vector 2023 年 5 月 3 日
figure;
ylabel('$\Gamma_I, \; R_{IC}$ (MJ/m$^3$)','FontSize',32,'Interpreter','latex')
Or you can also use \frac{}{}.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by