Hio-Been / plot_multichan

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%