abfclose
Closes a file opened by createabffile(). Requires the file ID returned by createabffile as an argument.
Syntax
R = abfclose(fid)
Inputs
- fid
- Integer representing the file ID.
Outputs
- R
- Numerical equivalent true/false.
Example
% Example abfclose
fid = createabffile('C:/test.abf')
R = abfclose(fid)
fid = 41
R = 1