How to DEconcatenate a string in matlab?
Ältere Kommentare anzeigen
Hello!
How to deconcatenate a string in matlab? I read some data (Names) from excel, and sort them in a matrix. Then the I use the stored data and concatenate them with an existing string, after that I write the new string in excel, but the data (Names) are concatenated and my code put everithing in one cell.
How to say to Matlab not to concatenate my string???
2 Kommentare
madhan ravi
am 13 Jan. 2019
can you upload your code ? and an example of filenames?
Walter Roberson
am 13 Jan. 2019
Use cell arrays of character vectors when you xlswrite() instead of char arrays.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spreadsheets 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!