saving a csv file as a .mat file
19 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Lisa Justin
il 18 Ott 2012
Commentato: nasser tamim
il 10 Ago 2020
How can i save a csv file as a .mat file
0 Commenti
Risposta accettata
Pedro Villena
il 18 Ott 2012
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')
2 Commenti
Più risposte (2)
Sachin Ganjare
il 18 Ott 2012
Refer below link:
Hope it helps!!!
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!