Converting .CSV file element to double
29 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
dpb
2020 年 1 月 19 日
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...
採用された回答
Athul Prakash
2020 年 1 月 27 日
You may try setting options for the readtable function as outlined in this doc:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!