CIGAL Reference Manual, Chapter 3 (Functions): PARSE

PARSE -- Parse a text string into separate words

usage: tablevarb = parse(str,seps)

PARSE divides a text string, STR, into separate “words” based on the presence of separator characters. The separators are specified in SEPS. If omitted, SEPS is “ \t,=”.

The result of PARSE is a 3 column integer matrix, with a row for each word found in STR. The format of this parse table is:

See Also:
CIGAL Home, CIGAL Manual, Functions List, Manual Help