split comma-separated rows into separate columns
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tha saliem
am 14 Apr. 2017
Kommentiert: Tha saliem
am 14 Apr. 2017
hey i want to know how to split comma-separated rows into separate columns in cell array elements e.g.
x{4x1 cell}
x{1,1}{1,1}=[2,1,2,3]
& all other elements in this form.
result should be like this:
result{1,1}{1,1}=[2;1;2;3]
thanks in advance
2 Kommentare
Stephen23
am 14 Apr. 2017
Are these "comma-separated rows" numeric vectors, or strings? From your description it is not clear what form or type the data has.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!