Set Axis With Interval
Mostra commenti meno recenti
Hello Everybody!
I want to know how can I set the axis using interval, for example:
>> a = rand(10);
>> plot(a)
>> Min = 2;
>> Max = 4;
>> set(gca,'XLim',[Min:0.15:Max]) -> Doesn't work!!
I know that the correct syntax is "set(gca,'XLim',[Min Max])" but, I want to use interval.
Ideas?
Thank you!
Risposta accettata
Più risposte (1)
Azzi Abdelmalek
il 30 Lug 2014
set(gca,'xtick', your_interval)
2 Commenti
Vinicius Antunes
il 30 Lug 2014
Stelios Fanourakis
il 13 Mag 2019
Hi. How can someone estimate the average of y values for every interval of the x axis as you state it?
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!