-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Contents.m in fileio and in its subfolds. updated doc string o…
…f fileutil_concantMatlab and fileutil_getFilelist
- Loading branch information
Sven Daehne
committed
Jan 27, 2014
1 parent
f30686c
commit 6df7a7d
Showing
5 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
%This directory contains functions that are required for reading and | ||
%writing EEG data files. | ||
% | ||
% | ||
%FILE_LOADMATLAB - Load EEG data structure from Matlab file | ||
%FILE_SAVEMATLAB - Save EEG data structures in Matlab format | ||
% | ||
%FILE_READBV - load EEG data which is stored in BrainVision format. | ||
% | ||
%FILE_READBVHEADER - Read header in BrainVision Format | ||
%FILE_READBVMARKERS - Read markers in BrainVision Format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
%This directory contains the C code for the mex-file version of FILE_READBV |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
%This directory contains utility files for saving and loading EEG data | ||
% | ||
% | ||
%FILEUTIL_CONCATMATLAB - concatenate Matlab data structures | ||
%FILEUTIL_GETFILELIST - Retrieves a list of header/marker/EEG files. | ||
%FILEUTIL_ISABSOLUTEPATH - Determines whether a path is absolute or relative. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters