saving a csv file as a .mat file
22 views (last 30 days)
Show older comments
Lisa Justin
on 18 Oct 2012
Commented: nasser tamim
on 10 Aug 2020
How can i save a csv file as a .mat file
0 Comments
Accepted Answer
Pedro Villena
on 18 Oct 2012
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')
More Answers (2)
Sachin Ganjare
on 18 Oct 2012
Refer below link:
Hope it helps!!!
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!