saving a csv file as a .mat file

18 次查看(过去 30 天)
How can i save a csv file as a .mat file

采纳的回答

Pedro Villena
Pedro Villena 2012-10-18
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')

更多回答(2 个)

Sachin Ganjare
Sachin Ganjare 2012-10-18
  2 个评论
Lisa Justin
Lisa Justin 2012-10-18
i have a csv file and want to convert it to a matlab file. how can i do this?

请先登录,再进行评论。


Milad
Milad 2016-5-11
was helpful.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by