1.字符串分割
S = regexp(str, char, 'split')
例子:
S = regexp(fileName, '\.', 'split');
newName = [ S{1} '.txt'];
1.字符串分割
S = regexp(str, char, 'split')
例子:
S = regexp(fileName, '\.', 'split');
newName = [ S{1} '.txt'];
5767
8128

被折叠的 条评论
为什么被折叠?