Sliding function in window?
Ältere Kommentare anzeigen
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]')
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 15 Dez. 2021
1 Stimme
Kategorien
Mehr zu Neuroimaging finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

