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://kr.mathworks.com/matlabcentral/fileexchange/3581-scrollplot), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: Advanced Scroll Subplot Function, scatool

카테고리

Help CenterMATLAB Answers에서 Data Distribution Plots에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Added an example to the help text