How to change units of Y axis?
2 views (last 30 days)
Show older comments
I made an histogram (left one) and I want to change the y axis units so it will be like the histogram on the right.
How can I do it?
thank's!
0 Comments
Accepted Answer
Azzi Abdelmalek
on 27 Mar 2013
Edited: Azzi Abdelmalek
on 27 Mar 2013
Edit
yt=(0:0.4:1.2)*10^4
set(gca,'yticklabel',xt)
5 Comments
Azzi Abdelmalek
on 27 Mar 2013
Edited: Azzi Abdelmalek
on 27 Mar 2013
have you copied the above code?
More Answers (0)
See Also
Categories
Find more on Histograms 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!