Borrar filtros
Borrar filtros

Convert Text file to ASCII File

2 visualizaciones (últimos 30 días)
Okan
Okan el 25 de Oct. de 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?

Respuestas (1)

Walter Roberson
Walter Roberson el 25 de Oct. de 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?

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by