TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
visualisation Directory Reference

Files

file  Signal_plot.m [code]
 Plots a signal: value vs time, between startT and entT. Signal_plot(sig); Signal_plot(sig, start); Signal_plot(sig, start, end);.
 
file  Signal_plot1D.m [code]
 Plots a signal: value vs time, between startT and entT. Signal_plot1D(sig); Signal_plot1D(sig, start); Signal_plot1D(sig, start, end);.
 
file  Signal_plot_pts.m [code]
 Plots some (xval, yval) points on the graph. You have to use this function if your xvals are in the frame domain (aka not secs like the graph produced by Signal_plot. This function just divides xval by Signal__get_samprate(Signal). HOLDs ON the graph, so you don't have to do it yourself ;)