A simple matlab method for plotting and comparing a bunch of signals in a matrix.
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Two simple plotting functions for convenient one-line plotting of multiple signals in Matlab. The standard Matlab functions require quite a few lines of code to set up a plot with one subplot per matrix row/column, linking the axes of the different subplots, labeling the different subplots, etc. These functions were designed to make that process as simple and pain-free as possible, while also allowing for loads of customization (e.g., log plots, vlines, additional reference signals for comparison, etc.) where required.
plot_signals generates a single figure with subplots of signals contained in a matrix. All signals are plotted against a common x axis, and various visual tweaks are employed to make the plot more useful and visually appealing than the default plots. Many options are available for customizing the result to individual requirements.
compare_signals works similarly but takes a cell array of matrices with signals to be compared against another directly, creating subplots with one line per matrix provided.
Instructions for demo cases can be found in the documentation of both functions.
If you find any bugs or have suggestions for improvements, please let me know!
-- Eike Petersen, 2021
This script has been developed while I was at the University of Lübeck, with the Institute for Electrical Engineering in Medicine.
인용 양식
Eike Petersen (2026). plot_signals (https://github.com/e-pet/plot_signals/releases/tag/1.1), GitHub. 검색 날짜: .
도움
도움 준 파일: kfs_suite
일반 정보
- 버전 1.1 (62.7 KB)
-
GitHub에서 라이선스 보기
MATLAB 릴리스 호환 정보
- R2019b 이상 릴리스와 호환
플랫폼 호환성
- Windows
- macOS
- Linux
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.1 | See release notes for this release on GitHub: https://github.com/e-pet/plot_signals/releases/tag/1.1 |
||
| 1.0 |
