| PARSETXT | Parse text input into cell array |
| Usage: | >> cellarray = parsetxt( txt, delims ); |
| Inputs: | |
txt |
input text |
delims |
optional char array of delimiters (default: [' ' ',' 9]); |
| Note: | commas, and simple quotes are ignored |
| Author: | Arnaud Delorme, CNL / Salk Institute, 18 April 2002 |