TEMPLATE/PARSE Fill in replacement fields with the class properties [TPL, STR] = PARSE(TPL,TARGET,HANDLE) fills in the replacement field HANDLE using previously defined variables of template TPL and store it in field TARGET. HANDLE can also be a cell array of field names. Output is also provided in output STR (content of TARGET). [TPL, STR] = PARSE(TPL,TARGET,HANDLE,APPEND) allows to specify if TARGET field is reseted before being filled or if new content is appended to the previous one.