Change Axis Notation in Figure from Scientific to Normal
Show older comments
Hi,
I need to change the notation style of Figure from Scientific (default) to simple number with 3 or 4 decimals. I can do this to individual figure through GUI by switching from AUTO to MANUAL in YTickLabelMode in Axis properties but dont know the command to automate it.
Will be grateful for the help.
Best regards, Rehan
1 Comment
Adam
on 27 Oct 2016
Which version of Matlab are you using?
Answers (1)
the cyclist
on 27 Oct 2016
Edited: the cyclist
on 27 Oct 2016
set(gca,'YTickLabelMode','manual')
Depending on how far down the rabbit hole you want to go, here is a link to detailed info on graphics objects.
1 Comment
Rehan Rehan
on 27 Oct 2016
Categories
Find more on Creating and Concatenating Matrices 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!
