/plot_multichan

Simple MATLAB function for plotting time-series data with multiple channels.

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

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([10, 200]);
   plot_multichan(y);

abcd

Written by Hio-Been han, hiobeen.han@kaist.ac.kr
Initial commit @2020-03-07