フィルターのクリア

How can I insert a square root in y-axis of curve ?

102 ビュー (過去 30 日間)
Mallouli Marwa
Mallouli Marwa 2020 年 8 月 27 日
編集済み: Manoj Kumar 2022 年 6 月 4 日
Hi
Please see the program and rectify the sqrt .
Thanks
FVF = [0.86;0.89; 0.92 ; 0.95]*100;
teta_r = [3.17; 3.29; 3.41; 3.53];
figure (8)
plot(FVF,teta_r,'gx-','Linewidth', 2)
xlabel ( 'FVF (%)')
ylabel ('\theta (10^-3 C/m sqrt(kg))')
  3 件のコメント
Mallouli Marwa
Mallouli Marwa 2020 年 8 月 27 日
Thanks
Manoj Kumar
Manoj Kumar 2022 年 6 月 4 日
編集済み: Manoj Kumar 2022 年 6 月 4 日
Use: \surd (x) , incase you want to write √x on y-axis
For e.g.
ylabel ('Fracture Toughness (MPa\surd(m))')

サインインしてコメントする。

採用された回答

J. Alex Lee
J. Alex Lee 2020 年 8 月 27 日
You can use latex
ylabel('$$\theta \quad \left(10^{-3} \mathrm{C/m} \sqrt{\mathrm{kg}}\right)$$','Interpreter','latex')
also see

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by