How to shift over an auto generated x-axis?
Ältere Kommentare anzeigen
For one of my classes we had to create 19 different data sets and graph groups of them together to compare and contrast. I am using the code
>> plot(run1.signals.values(:,5))
to do this for each run. As you can see from the screenshot the graph needs to be shifted over. I don't know how to go about doing this since doing >> plot(run1.signals.values(:-500,5)) results in an error. It seems like there is never an easy way to shift over plots in matlab.
Antworten (0)
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!