I use regexp to split strings in Matlab for example: var = 'I_am looking for_the answer_here 5.'; disp (regexp (var, '_', 'split'));.
確定! 回上一頁