【发布时间】:2016-11-15 00:08:14
【问题描述】:
我想从元胞数组(m x n) 中查找字符串,并将这些识别的字符串添加到新元胞数组(m x n) 中,例如使用matlab:
Human(i,1)={0
1
34
eyes_two
55
33
ears_two
nose_one
mouth_one
631
49
Tounge_one}
我想删除数字并只有字符串
New_Human(i,1)={eyes_two
ears_two
nose_one
mouth_one
tounge_one}
【问题讨论】:
标签: string matlab cell-array