Raster and PETH Simple Version

Version 1.0.0.0 (2.45 KB) by Sisi Ma
Raster and PETH for neuroscientists and others :)
597 Downloads
Updated 17 Dec 2010

View License

event1=rand(100,1)*1000;%for neuroscientists, this is the timestamp of the node;
event1=sort(event1);
event2=[event1+10+rand(100,1)*2;event1+10+rand(100,1)*4; event1+10+rand(100,1)*4; event1+100+rand(100,1)*10]; % for neuroscientists, this is your spikes :)

[rst,nodewndw]= RSTPTHSMPL(event1,event2,50,50);
[h1,h2]=PLTRSTPTHSMPL(rst,'Event2',2,50,50,'around Event1');

% More Info, refer to .m file

Cite As

Sisi Ma (2024). Raster and PETH Simple Version (https://www.mathworks.com/matlabcentral/fileexchange/29763-raster-and-peth-simple-version), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Electrophysiology in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0