Sliding function in window?
Show older comments
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]')
Accepted Answer
More Answers (1)
Walter Roberson
on 15 Dec 2021
1 vote
Categories
Find more on Neuroimaging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
