plot_tsdata

Time series data plotting utility

code

Syntax

   plot_tsdata(X,leg,dt,trange)

Arguments

See also Common variable names and data structures.

input

   X          multi-trial time series data
   leg        cell vector of legend strings matching G (default: 'series 1', 'series 2', etc.)
   dt         sample time step in seconds or empty (default) for number of time steps
   trange     time range to plot: empty for all (default) else an ascending 2-vector

Description

Plot time series data X in a given time range trange.

See also

mvgc_demo