TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
Signal_plot_pts.m File Reference

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 ;) More...

Go to the source code of this file.

Functions

function Signal_plot_pts (in Signal, in xvals, in yvals, in props)
 

Detailed Description

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 ;)

Definition in file Signal_plot_pts.m.

Function Documentation

◆ Signal_plot_pts()

function Signal_plot_pts ( in  Signal,
in  xvals,
in  yvals,
in  props 
)
Parameters
Signalyour signal
xvalsthe x values of your points. IN FRAMES (not secs !)
yvalsthe y values
propsplot properties (like 'r*')
Author
Copyright Frank Villaro-Dixon, 2014