branelab / SimMEEG

Software for simulating MEG and EEG event-related responses. functional connectivity, and phase-amplitude coupling
Other
3 stars 5 forks source link

Adding private subfolders #8

Open ftadel opened 2 years ago

ftadel commented 2 years ago

Some functions in the SimMEEG repository have very generic names (e.g. normals.m, single2double.m) and should be moved to private subfolders in order to avoid conflicts with other Matlab-based programs.

More generally, the code base would gain a lot of readability if the functions were organized in subfolders by topics.