Convert Text file to ASCII File
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am trying to convert text file to ASCII file. I used "save" command for this conversion process but it doesn' t work due to the fact that first and second columns of text file are date strings. The third column is composed of data values. For example,
2010-10-18 13:11:37.140 0.009964
This is the first row of my text file. This text file includes such 107248 lines. How can I convert this text file to ascii file?
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 10 月 25 日
Unless you have issues with Unicode representation, or varying code pages, the file is pretty likely already in ASCII format.
For the line of input you give above, what output were you looking for?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!