How to import numerical columns as strings?

2 vues (au cours des 30 derniers jours)
Xiaoyu Xu
Xiaoyu Xu le 9 Déc 2019
Commenté : Stephen23 le 9 Déc 2019
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 commentaire
Stephen23
Stephen23 le 9 Déc 2019
"How can I import it as a string?"
Import the filedata using textscan, specifying the format yourself.

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by