saving a csv file as a .mat file
22 ビュー (過去 30 日間)
古いコメントを表示
How can i save a csv file as a .mat file
0 件のコメント
採用された回答
Pedro Villena
2012 年 10 月 18 日
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')
その他の回答 (2 件)
Sachin Ganjare
2012 年 10 月 18 日
Refer below link:
Hope it helps!!!
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!