abfcreatesubcase

Creates a subcase (optional function).

Syntax

R = abfcreatesubcase(fid, subcase)

Inputs

fid
Integer representing the file ID.
Type: double | integer
subcase
Name of the subcase.
Type: char | string

Outputs

R
Numerical equivalent true/false.

Example

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