Simple MATLAB function for plotting time-series data with multiple channels.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% Simple MATLAB function for plot multi-channel time-series data
%
% Usage:
% plot_multichan( y ) % <- y: signal
% plot_multichan( x, y ) % <- x: time
%
% Example:
% y = randn([20, 2000]);
% plot_multichan(y);
%
% Written by Hio-Been han, hiobeen.han@kaist.ac.kr, 2020-03-07
%
Cite As
HioBeen Han (2026). plot_multichan.m (https://github.com/Hio-Been/plot_multichan), GitHub. Retrieved .
General Information
- Version 1.0.1 (12.8 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.1 | Connected to Github repo |
||
| 1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
