<< edf_birthdate_str2vec utility functions edf_find_signalid >>

edflib - Toolbox for reading and writing edf/ bdf files >> utility functions > edf_close

edf_close

Closes the file.

Calling Sequence

edf_close(edf_handle)

Parameters

handle:

a integer containing the file handle of the opened bdf/edf-file

Description

Closes the f

Examples

[header_list]=edfopen_file_readonly(edf_getpath()+"/demos/demo.bdf",0,0);
edf_close(header_list.handle);

Authors


Report an issue
<< edf_birthdate_str2vec utility functions edf_find_signalid >>