Could any body help me to hold y axis constant number as the x axis changing ?

1 vue (au cours des 30 derniers jours)
Onur PEKER
Onur PEKER le 23 Fév 2014
Commenté : Dishant Arora le 23 Fév 2014
I am trying to draw one matrix whose values are changing 1 to 7 on yaxis and I want to determine yaxis' value 7 for every x intervals. I mean if x interval has max value on 1.4 , autoscale plots 0 to 2. I want to prevent this case.

Réponses (1)

Dishant Arora
Dishant Arora le 23 Fév 2014
xlim('auto');
ylim([1 7]);
  2 commentaires
Onur PEKER
Onur PEKER le 23 Fév 2014
Thank you for your answer. I tried it but it is limiting max value for x . I need to plot always until 7 without autozoom even if x has max value 0.5 or 1.2 .
Dishant Arora
Dishant Arora le 23 Fév 2014
xlim([0 7]);
There's no constraint on Y axis ???

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by