exporting data.
1 回表示 (過去 30 日間)
古いコメントを表示
How can I export specific data from many notepad files to an excel spreadsheet?
Thank you,
0 件のコメント
回答 (1 件)
chris hinkle
2011 年 2 月 27 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!