How can I import a csv with unknown dimension?
1 回表示 (過去 30 日間)
古いコメントを表示
I have several *.csv files which I need to import. Each csv file should be imported as one cell array of strings. The problem is that the number of rows and columns can vary. How can i write a script which allow the import regardsless of the csv dimension?
Thanks
0 件のコメント
回答 (1 件)
madhan ravi
2018 年 11 月 29 日
https://www.mathworks.com/help/matlab/import_export/process-a-sequence-of-files.html follow the instructions in the link use a cell array and mention the correct format which is csv
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!