How do I build a text file with readable variable names?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Milan Buncick
le 15 Nov 2019
Commenté : Milan Buncick
le 15 Nov 2019
I'm trying to use datastore to open text files and then work with data from specific columns. The function does not recognize the variable names I've added to each column. How do I configure the text file so that datastore reads the variable names?
0 commentaires
Réponse acceptée
Philippe Lebel
le 15 Nov 2019
I would try to set the 'PreserveVariableNames' flag to 'true' when uusing datastore.
something like:
datastore('very_file.csv','PreserveVariableNames',true)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import and Export dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!