scrollplot

Linear plot with multiple subplot and horizontal scrollbar for the inspection of long timeseries

您现在正在关注此提交

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.

引用格式

Luca Citi (2026). scrollplot (https://ww2.mathworks.cn/matlabcentral/fileexchange/3581-scrollplot), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Data Distribution Plots 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

Added an example to the help text