<< utility functions utility functions edf_close >>

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

edf_birthdate_str2vec

Converts the birthdate string into a vector

Calling Sequence

[birthdate_vec]=edf_birthdate_str2vec(birthdate_string)

Parameters

birthdate_string:

a string which contains a birthdate, which is the output of the function edf_get_birthdate()

birthdate:

vector which contains a birthdate (year month day), which can be feeded into the function edf_set_birthdate()

Description

Converts the birthdate string into a vector.

Examples

// copy birthdate from the file "demo.bdf" to the new bdf/edf-file.
edf_birthdate_str2vec(edf_get_birthdate(edf_getpath()+'/demos/demo.bdf'));

Authors


Report an issue
<< utility functions utility functions edf_close >>