How to create axis with perfect square ticks
Mostrar comentarios más antiguos
What should I do to plot my data along a y axis such as this:

Respuesta aceptada
Más respuestas (1)
yticks((1:50).^2)
if you just want to change the labels you can use
yticklabels((1:50).^2)
Categorías
Más información sobre Axis Labels en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!