Saving data to .txt

4 visualizaciones (últimos 30 días)
Libor Voprsalek
Libor Voprsalek el 25 de Feb. de 2019
Comentada: ANKUR KUMAR el 25 de Feb. de 2019
Hello guys,
I need to save data from valuable "sig" which contain 160 000 digit samples in a line into the .txt file in ANSI (not ANCII !) format with only 36 Byte on a line.
Thank you for help!

Respuestas (2)

ANKUR KUMAR
ANKUR KUMAR el 25 de Feb. de 2019
Use dlmwrite to write into a ASCII file.
A=magic(5)
dlmwrite('sample.txt',A)

Libor Voprsalek
Libor Voprsalek el 25 de Feb. de 2019
I need ANSI.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by