Raster and PETH Simple Version
Version 1.0.0.0 (2.45 KB) by
Sisi Ma
Raster and PETH for neuroscientists and others :)
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 (2026). Raster and PETH Simple Version (https://in.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 LinuxCategories
Find more on Electrophysiology in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
RSTPETH/
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
