Info

This question is closed. Reopen it to edit or answer.

How can I plot these graphs?

1 view (last 30 days)
ryangwook Lee
ryangwook Lee on 18 Sep 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I'd like to plot three kinds of result in the same page as below. but the results are not the same period. I'd like to compare the trend for position /velocity/acceleration graph in the same page.
Appreciate for your help

Answers (1)

per isakson
per isakson on 18 Sep 2014
Edited: per isakson on 18 Sep 2014
Regarding multiple y-axis see the FEX-contributions and search for more
"are not the same period" &nbsp to shift the signal, y1, one period
y1( ix + number_of_samples_per_period )

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!