How to use the power operator in xlabel?
Show older comments
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

Accepted Answer
More Answers (3)
G A
on 7 Dec 2013
xlabel('A*R^{2/3}m^{8/3}')
5 Comments
Marijn
on 7 Dec 2013
Azzi Abdelmalek
on 8 Dec 2013
This is not working
Mohamed Alhamri
on 30 Oct 2019
it works fine in R2016a win64
Rashid Shams
on 23 Jun 2021
It works fine in R2020a X64 too. thanks
IEESHAN SHARMA
on 19 Nov 2017
2 votes
Use title('Mean squared error xrec(t)-x(t)^{2}'). Make sure you use curly braces.
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!