Filter löschen
Filter löschen

exporting data.

1 Ansicht (letzte 30 Tage)
Talal
Talal am 27 Feb. 2011
How can I export specific data from many notepad files to an excel spreadsheet?
Thank you,

Antworten (1)

chris hinkle
chris hinkle am 27 Feb. 2011
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 Kommentar
titas
titas am 7 Mär. 2013
Bearbeitet: titas am 7 Mär. 2013
Hi, Thanks a lot for your nice reply. Already I have transferred my data in notepad. I created a notepad file. Then how can I run the notepad file in Mathlab. Till now I am using Mathlab R2008a version.

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by