How to create axis with perfect square ticks
Ältere Kommentare anzeigen
What should I do to plot my data along a y axis such as this:

Akzeptierte Antwort
Weitere Antworten (1)
yticks((1:50).^2)
if you just want to change the labels you can use
yticklabels((1:50).^2)
Kategorien
Mehr zu Axis Labels finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!