exporting data.
Mostrar comentarios más antiguos
How can I export specific data from many notepad files to an excel spreadsheet?
Thank you,
Respuestas (1)
chris hinkle
el 27 de Feb. de 2011
0 votos
Hey
Try using a function like this to read the text files into matlab http://www.mathworks.com/matlabcentral/fileexchange/29477-textfile
From that point you will want to then parse the information and set it up in cells or arrays the way you want it in the excel file and then use xlswrite function
Hope this helps
1 comentario
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!