How to import numerical columns as strings?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to import data from a .tsv file by using tdfread. One of the variables take values like "0000897069-09-001106". Matlab mistakenly imports it as numerical (897069). How can I import it as a string?
1 Commento
Stephen23
il 9 Dic 2019
"How can I import it as a string?"
Import the filedata using textscan, specifying the format yourself.
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!