Effacer les filtres
Effacer les filtres

saving a csv file as a .mat file

25 vues (au cours des 30 derniers jours)
Lisa Justin
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

Réponse acceptée

Pedro Villena
Pedro Villena le 18 Oct 2012
if columns have equal number of rows
M=csvread('filename.csv')
save('filename.mat','M')
  2 commentaires
Lisa Justin
Lisa Justin le 19 Oct 2012
Thanks Pedro
nasser tamim
nasser tamim le 10 Août 2020
yhanks pedro

Connectez-vous pour commenter.

Plus de réponses (2)

Sachin Ganjare
Sachin Ganjare le 18 Oct 2012
  2 commentaires
Lisa Justin
Lisa Justin le 18 Oct 2012
i have a csv file and want to convert it to a matlab file. how can i do this?
Sachin Ganjare
Sachin Ganjare le 18 Oct 2012

Connectez-vous pour commenter.


Milad
Milad le 11 Mai 2016
was helpful.

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by