How to shift over an auto generated x-axis?
이전 댓글 표시
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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!