Could any body help me to hold y axis constant number as the x axis changing ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Dishant Arora
am 23 Feb. 2014
xlim('auto');
ylim([1 7]);
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!