How do i break a string down into cell arrays containing a string?
Ältere Kommentare anzeigen
I have a string separated by commas as below: 'Apples, Bananas, Dogs, Cats'
How do i break it down to become a 4x1 cell array containing {Apples; Bananas; Dogs; Cats}
Thanks in advance!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Cell Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!