Sliding function in window?
显示 更早的评论
I have data from recorded brain activity before and after injection of a drug, and I would like to examine the data visually.
Since the data is so long, is it possible to include a sliding function in the window?
load data.mat
figure
plot(data), xlim([0 length(data)]), ylim([-30 30]), xlabel('Time [ms]')
采纳的回答
更多回答(1 个)
Walter Roberson
2021-12-15
1 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Neuroimaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

