Effacer les filtres
Effacer les filtres

How to change the scale values of Y axis in Matlab?

1 vue (au cours des 30 derniers jours)
Karam Karas
Karam Karas le 28 Mar 2022
Commenté : Image Analyst le 28 Mar 2022
I would like to change the scale in y axis here from 12 to 10, Thank you

Réponses (1)

Star Strider
Star Strider le 28 Mar 2022
Perhaps —
ylim([min(ylim) 10])
That keeps the current minimum and set the maximum at 10.
.
  2 commentaires
Karam Karas
Karam Karas le 28 Mar 2022
fab,Thank you so much
Image Analyst
Image Analyst le 28 Mar 2022
@Karam Karas please click the "Accept this answer" link to award Star "reputation points". Thanks in advance. 🙂

Connectez-vous pour commenter.

Catégories

En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange

Tags

Produits


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by