How do you use strsplit
Mostra commenti meno recenti
I need to use strsplit to transform txt data into a cell array but i dont know how to do this
2 Commenti
KSSV
il 2 Nov 2022
Show us your text.
Risposte (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, ' ')
Categorie
Scopri di più su Cell Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!