converting matlab to .csv file
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a lot of matlab data files, is there a tool that will convert these files to a .csv file?
thanks....kim
Respuesta aceptada
Walter Roberson
el 1 de Abr. de 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()
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Text Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!