saving a csv file as a .mat file

 采纳的回答

if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')

更多回答(2 个)

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by