converting matlab to .csv file

8 vues (au cours des 30 derniers jours)
kim
kim le 1 Avr 2011
I have a lot of matlab data files, is there a tool that will convert these files to a .csv file?
thanks....kim
  1 commentaire
kim
kim le 1 Avr 2011
Thanks for your help....kim

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 1 Avr 2011
csvwrite() or dlmwrite()
If the .mat files involves multiple variables, how do you want to put together the .csv file?
If the .mat files involve cell arrays, you may need to use xlswrite() or format the data yourself with fprintf()

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by