Skip to content

Hio-Been/plot_multichan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages