Read lines of file as string array
S = readlines(
creates a string array from a file with additional options specified by one or more
name-value pair arguments. For example, filename
,Name,Value
)'EmptyLineRule','skip'
skips
empty lines.