Raster and PETH Simple Version

Versión 1.0.0.0 (2,45 KB) por Sisi Ma
Raster and PETH for neuroscientists and others :)
597 descargas
Actualizado 17 dic 2010

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Electrophysiology en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0