How do you use strsplit
显示 更早的评论
I need to use strsplit to transform txt data into a cell array but i dont know how to do this
2 个评论
KSSV
2022-11-2
Show us your text.
回答(1 个)
For example
s = 'I need to use strsplit to transform txt data into a cell array but i dont know how to do this';
words = strsplit(s, ' ')
类别
在 帮助中心 和 File Exchange 中查找有关 Cell Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!