How to use the power operator in xlabel?

457 ビュー (過去 30 日間)
Marijn
Marijn 2013 年 12 月 7 日
コメント済み: SHUBHAM CHANDRAKANT 2023 年 11 月 22 日
Hi,
I want to add this xlabel to my figure: xlabel = ('A*R^(2/3) (m^(8/3))'). What my matlab does is instead of displaying the '^-sign' it places the first symbol after the operator in superscript, see figure attached. How can I overcome this problem (by either displaying the '^-sign' or by placing the entire term in superscript)?
Thanks, Marijn

採用された回答

sixwwwwww
sixwwwwww 2013 年 12 月 7 日
use xlabel as below:
xlabel('A*R^(2/3) (m^(8/3))', 'Interpreter', 'none')
  9 件のコメント
Walter Roberson
Walter Roberson 2023 年 11 月 21 日
Could you post a picture of what your keyboard looks like? What is the typical region that uses that kind of keyboard?
SHUBHAM CHANDRAKANT
SHUBHAM CHANDRAKANT 2023 年 11 月 22 日
Silly me,after looking at every key properly i found (^), it was on the upper number row of keyboard.
BTW, Thank you for your response.

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

その他の回答 (3 件)

G A
G A 2013 年 12 月 7 日
xlabel('A*R^{2/3}m^{8/3}')
  5 件のコメント
Mohamed Alhamri
Mohamed Alhamri 2019 年 10 月 30 日
it works fine in R2016a win64
Rashid Shams
Rashid Shams 2021 年 6 月 23 日
It works fine in R2020a X64 too. thanks

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


Azzi Abdelmalek
Azzi Abdelmalek 2013 年 12 月 7 日
xlabel('A*R^2^/^3^ m^8^/^3')
  1 件のコメント
Marijn
Marijn 2013 年 12 月 7 日
Thanks!

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


IEESHAN SHARMA
IEESHAN SHARMA 2017 年 11 月 19 日
Use title('Mean squared error xrec(t)-x(t)^{2}'). Make sure you use curly braces.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by