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!

Antworten (2)

ANKUR KUMAR
ANKUR KUMAR am 25 Feb. 2019

0 Stimmen

Use dlmwrite to write into a ASCII file.
A=magic(5)
dlmwrite('sample.txt',A)
Libor Voprsalek
Libor Voprsalek am 25 Feb. 2019

0 Stimmen

I need ANSI.

Gefragt:

am 25 Feb. 2019

Kommentiert:

am 25 Feb. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by