How to dlmread with different format ?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to dlmread with different format ? Like my text file has string and int etc
0 Commenti
Risposta accettata
Walter Roberson
il 5 Dic 2016
readtable() the file.
2 Commenti
Walter Roberson
il 5 Dic 2016
Or, use num2cell on each numeric column, and horzcat() those together with the string columns
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!