Raster and PETH Simple Version

版本 1.0.0.0 (2.4 KB) 作者: Sisi Ma
Raster and PETH for neuroscientists and others :)
597.0 次下载
更新时间 2010/12/17

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electrophysiology 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0