Converting .CSV file element to double
Show older comments
I have imported a .csv file from excel into MATLAB all fine. However I can not manage to convert the elements into any numerical type as i need to do so for analysis. Any advice?
2 Comments
Dear Andrea,
May I see what is your code for importing your .csv file to the Matlab?
I suggest you to import your csv file using readtable:
T = readtable ('yourcsvfile.csv')
I think this will fix the problem?
dpb
on 19 Jan 2020
If magic doesn't happen via readtable, attach the file; we have no idea what kind of input you're trying to convert to what...for starters, is it really a .csv file on the disk or are you trying to read an Excel file directly? Not totally clear...
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets 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!