is there any way to read a csv file into a matrix, so every square in the file will be a cell in the matrix?
CSV parsing with regular expressions: http://www.hotblue.com/article0000.aspx?a=0006
To expand the concept with custom separators, see this post: How do I write a regex to match a string that doesn't contain a word?