C = strsplit(str,delimiter,Name,Value)example [C,matches] = strsplit(___)example Description example C= strsplit(str)splits the string,str, at whitespace into the cell array of strings,C. A whitespace character is equivalent to any sequence in the set{' ','\f','\n','\r','\t'...
C = strsplit(str,delimiter,Name,Value)example [C,matches] = strsplit(___)example Description example C= strsplit(str)splits the string,str, at whitespace into the cell array of strings,C. A whitespace character is equivalent to any sequence in the set{' ','\f','\n','\r','\t'...