How to change units of Y axis?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 27 de Mzo. de 2013
Editada: Azzi Abdelmalek
el 27 de Mzo. de 2013
Edit
yt=(0:0.4:1.2)*10^4
set(gca,'yticklabel',xt)
5 comentarios
Azzi Abdelmalek
el 27 de Mzo. de 2013
Editada: Azzi Abdelmalek
el 27 de Mzo. de 2013
have you copied the above code?
Más respuestas (0)
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!