How can we plot the same time history plot two times but the second time with a time delay of 2 sec?
Show older comments
How can we plot the same time history plot two times but the second time with a time delay of 2 sec?

Accepted Answer
More Answers (1)
Eric Sofen
on 3 Nov 2025
0 votes
Without seeing your current code, it's hard to give a detailed response, but assuming your data is in a timetable, the lag function can be used to shift the time vector by either n timesteps or a time interval dt. Then you can plot that result the same way you're plotting your original dataset.
1 Comment
Walter Roberson
on 29 Nov 2025
lag inserts leading NaN and drops trailing entries. That is not what most people would mean by plotting something with a delay.
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!