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 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!