saving a csv file as a .mat file

36 visualizzazioni (ultimi 30 giorni)
Lisa Justin
Lisa Justin il 18 Ott 2012
Commentato: nasser tamim il 10 Ago 2020
How can i save a csv file as a .mat file

Risposta accettata

Pedro Villena
Pedro Villena il 18 Ott 2012
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
  2 Commenti
Lisa Justin
Lisa Justin il 18 Ott 2012
i have a csv file and want to convert it to a matlab file. how can i do this?

Accedi per commentare.


Milad
Milad il 11 Mag 2016
was helpful.

Categorie

Scopri di più su MATLAB in Help Center 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