abfcreatesubcase
Creates a subcase (optional function).
Syntax
R = abfcreatesubcase(fid, subcase)
Inputs
- fid
 - Integer representing the file ID.
 - subcase
 - Name of the subcase.
 
Outputs
- R
 - Numerical equivalent true/false.
 
Example
% Example abfcreatesubcase
fid = createabffile('C:/test.abf')
R = abfcreatesubcase(fid, 'Subcase 1')
        fid = 41
R = 1