saving a csv file as a .mat file

 Risposta accettata

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

Più risposte (2)

Sachin Ganjare
Sachin Ganjare il 18 Ott 2012

0 voti

2 Commenti

i have a csv file and want to convert it to a matlab file. how can i do this?

Accedi per commentare.

Categorie

Scopri di più su MATLAB in Centro assistenza e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by