saving a csv file as a .mat file
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Lisa Justin
le 18 Oct 2012
Commenté : nasser tamim
le 10 Août 2020
How can i save a csv file as a .mat file
0 commentaires
Réponse acceptée
Pedro Villena
le 18 Oct 2012
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')
2 commentaires
Plus de réponses (2)
Sachin Ganjare
le 18 Oct 2012
Refer below link:
Hope it helps!!!
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!