words

Break a string into whitespace delimited words. Produces a cell-array of strings. Individual strings are accessed via s{1}, s{2}, and s{3}. Note the curly braces.

REFERENCE

Notes from Cornell University http://www.cs.cornell.edu/Courses/cs321/2003fa/project_1_notes.htm

VERSION

1.0.0

Example word = words(string)

See Also pdbReadFile