Filter löschen
Filter löschen

Convert Text file to ASCII File

2 Ansichten (letzte 30 Tage)
Okan
Okan am 25 Okt. 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?

Antworten (1)

Walter Roberson
Walter Roberson am 25 Okt. 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?

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by