How to dlmread with different format ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
RuiQi
am 5 Dez. 2016
Bearbeitet: RuiQi
am 5 Dez. 2016
How to dlmread with different format ? Like my text file has string and int etc
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 5 Dez. 2016
readtable() the file.
2 Kommentare
Walter Roberson
am 5 Dez. 2016
Or, use num2cell on each numeric column, and horzcat() those together with the string columns
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets 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!