scrollplot
scrollplot(dx, x1, y1, x2, y2, ...)
Designed to inspect long timeseries: it shows a section of the data and allows the user to horizontally scroll the view. A smart loading of the data allows the inspection of otherwise untreatable long timeseries.
Plots every yn versus xn in a subplot. All subplots have common x limits. The user can horizontally scroll the view using a scrollbar. The horizontal view size is dx. If yn is a row or a column the n-th subplot is a line. If yn is a matrix each column is a line in the n-th subplot. An example is shown in the screenshot.
Cite As
Luca Citi (2024). scrollplot (https://www.mathworks.com/matlabcentral/fileexchange/3581-scrollplot), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: Advanced Scroll Subplot Function, scatool
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Added an example to the help text |