abfsetversion

Sets the version of the ABF file (optional function).

Syntax

R = abfsetversion(fid, version)

Inputs

fid
Integer representing the file ID.
Type: double | integer
version
String representing the version of the ABF file .
Type: scalar

Outputs

R
Numerical equivalent true/false.

Example

% Example abfsetversion
			fid = createabffile('C:/test.abf')
			R = abfsetversion(fid, 19.0)
fid = 41
R = 1