Defining length of a x-axis
Mostra commenti meno recenti
Is there some way to define the length of x-axis and y-axis on a graph? I'm ploting some complex data and I don't want to be shown the ones that are "far away" from zero.
Risposte (1)
Azzi Abdelmalek
il 6 Feb 2016
xlim([x1 x2])
ylim([y1 y2])
2 Commenti
Ljix
il 6 Feb 2016
Walter Roberson
il 7 Feb 2016
You can do it any time after the first plot.
Categorie
Scopri di più su Line Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!