Import CSV with comma and colon
古いコメントを表示
I have a CSV file I would like to import in Matlab in the following format:
1001,00:02:51,00:02:20,00:00:12,00:00:05,00:00:03,00:00:11,00:00:00 1002,00:02:51,00:02:38,00:00:05,00:00:03,00:00:04,00:00:00,00:00:00
How can I import this CSV so that both the commas and the colons are used as separators (i.e. obtain a 2x22 value matrix for this example?
回答 (1 件)
Sean de Wolski
2017 年 4 月 10 日
0 投票
I'd just use the import tool. Hit import data and select that file or right click import on it.

2 件のコメント
Victor
2017 年 4 月 10 日
Sean de Wolski
2017 年 4 月 14 日
Under the import button there's a generate function button that does exactly this.
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!