createabffile
Creates the ABF file and returns a file handle. Existing files are overwritten.
Syntax
fid = createabffile(filename)
Inputs
- filename
- Filename or the path of the file to be opened.
Outputs
- fileID
- Integer representing the file ID of filename.
Example
% Example createabffile
fid = createabffile('C:/test.abf')
fid = 41