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','\v'}. example C= strsplit(str,delimiter)splitsstrat the delimiters specified bydelimiter. example C...
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','\v'}. example C= strsplit(str,delimiter)splitsstrat the delimiters specified bydelimiter. example C...