Then you have a cell array of character vectors, and you can split at the tabs like this: str = split(input, char(9)) str = 2×3 string array ...
確定! 回上一頁