Convert Text file to ASCII File

15 views (last 30 days)
Okan
Okan on 25 Oct 2012
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?

Answers (1)

Walter Roberson
Walter Roberson on 25 Oct 2012
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?

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!