How do I build a text file with readable variable names?
1 view (last 30 days)
Show older comments
Milan Buncick
on 15 Nov 2019
Commented: Milan Buncick
on 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 Comments
Accepted Answer
Philippe Lebel
on 15 Nov 2019
I would try to set the 'PreserveVariableNames' flag to 'true' when uusing datastore.
something like:
datastore('very_file.csv','PreserveVariableNames',true)
More Answers (0)
See Also
Categories
Find more on Data Import and Export in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!