How to change the scale values of Y axis in Matlab?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to change the scale in y axis here from 12 to 10, Thank you
0 Commenti
Risposte (1)
Star Strider
il 28 Mar 2022
Perhaps —
ylim([min(ylim) 10])
That keeps the current minimum and set the maximum at 10.
.
2 Commenti
Image Analyst
il 28 Mar 2022
@Karam Karas please click the "Accept this answer" link to award Star "reputation points". Thanks in advance. 🙂
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!