<< Functions for reading files Functions for reading files edf_get_annotation >>

edflib - Toolbox for reading and writing edf/ bdf files >> Functions for reading files > edf_get_admincode

edf_get_admincode

Returns the admincode.

Calling Sequence

admincode=edf_get_admincode(path)
admincode=edf_get_admincode(edf_header)

Parameters

path:

string containing the path and name of the file

edf_header:

struct with header information from edfopen_file_readonly

label:

string

Description

Returns the admincode from the file

Examples

admincode=edf_get_admincode(edf_getpath()+'/demos/demo.bdf');

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

Authors


Report an issue
<< Functions for reading files Functions for reading files edf_get_annotation >>