Returns the admincode.
admincode=edf_get_admincode(path) admincode=edf_get_admincode(edf_header)
string containing the path and name of the file
struct with header information from edfopen_file_readonly
string
Returns the admincode from the file
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);