unfoldtoolbox / UnfoldMakie.jl

Plotting and visualization tools for EEG data, with additional Unfold.jl regression ERP methods. Based on the visualization libraries Makie.jl and AlgebraOfGraphics.jl
https://unfoldtoolbox.github.io/UnfoldMakie.jl/
MIT License
16 stars 7 forks source link

eeg_matrix_to_dataframe new default #188

Closed behinger closed 3 months ago

behinger commented 3 months ago
eeg_matrix_to_dataframe(data::Matrix) = eeg_matrix_to_dataframe(data,string.(1:size(data,1)))
vladdez commented 3 months ago

186