Skip to content

Quick and easy way to plot an APA style ERP timeseries from processed grand-averaged .set files in MatLab.

Notifications You must be signed in to change notification settings

BradleyEBuchanan/Vargin-ERP-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Authors: Bradley E. Buchanan & Harold A. Rocha from the Department of Psychology at the University of South Florida

Description: VarginPlot is a quick function to plot APA quality ERP timeserieses in MatLab. The function asks to specify two processed grand-averaged .set files in your current working directory to plot. It then asks for you to specify the electrodes you wish to average from, the titles for the legend, the measurement window in ms, the sample rate, and the baseline (which is default -200).

VarginPlotMulti is simply an addtion to the standard function that allows you to specify the amount of variables. The current function supports up to 4 variables (4 .set files) to plot.

Example Input: VarginPlot('LRSP1.set','HRSP1.set',[65,69,70,83,84,90], 'LRS', 'HRS',[150,190],250,-600)

VarginPlotMulti(3,'LRSP1.set','HRSP1.set','NRSP1.set', [], [65,69,70,83,84,90], 'LRS', 'HRS','NRS',[],[150,190],250,-600)

Prerequisites: MATLAB EEGLAB ERPLAB

About

Quick and easy way to plot an APA style ERP timeseries from processed grand-averaged .set files in MatLab.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages