How to remove data from a real-time plot after a certain period of time?

2 views (last 30 days)
I am using the animatedline function to plot real time data which is inputted to Matlab from another system.
The data plots multiple loops (circles) but after the first few loops it is difficult to see where the current loop is exactly.
Is there a way to remove the data that has been plotted after a certain amount of time or only display x number of data points?
Thank you!

Accepted Answer

Bruno Luong
Bruno Luong on 12 Aug 2019
Have you seen the 'MaximumNumPoints' option of animatedline()?

More Answers (0)

Categories

Find more on Animation 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!