i need to know why is the scale of the x-axis on my graphs differ from one another.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i have 3 graphs, x-axis should stop at 3.2*10^5
two of my graphs are correct but the first one is doubled for some reason.
the graph looks correct with two parallel lines and a vertical line connecting them, but the point 2 should be at point 1.
becasue the graph should end at 3.2*10^5 not 6.4*10^5
the code is attached too as a
![matlab.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/206152/matlab.png)
0 Kommentare
Antworten (1)
Jesus Sanchez
am 27 Feb. 2019
it seems that you have the signal duplicated in the first graph. if you want to "adjust" the span of the xaxis, I would give a look to XLIM
Siehe auch
Kategorien
Mehr zu Graph and Network Algorithms 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!