Rasterplot

版本 1.0.0.0 (1.8 KB) 作者: Rajiv Narayan
Plotting Routine to display neural spike trains
5.7K 次下载
更新时间 2006/2/16

查看许可证

RASTERPLOT.M Display spike rasters.
RASTERPLOT(T,N,L) Plots the rasters of spiketimes (T in samples) for N trials, each of length L samples, Sampling rate = 1kHz. Spiketimes are hashed by the trial length.

RASTERPLOT(T,N,L,H) Plots the rasters in the axis handle H

RASTERPLOT(T,N,L,H,FS) Plots the rasters in the axis handle H. Uses sampling rate of FS (Hz)

Example:
t=[10 250 9000 1300,1600,2405,2900];
rasterplot(t,3,1000)

引用格式

Rajiv Narayan (2024). Rasterplot (https://www.mathworks.com/matlabcentral/fileexchange/10000-rasterplot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13SP1
兼容任何版本
平台兼容性
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