Saving data to .txt
Afficher commentaires plus anciens
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!
Réponses (2)
ANKUR KUMAR
le 25 Fév 2019
Use dlmwrite to write into a ASCII file.
A=magic(5)
dlmwrite('sample.txt',A)
Libor Voprsalek
le 25 Fév 2019
0 votes
1 commentaire
ANKUR KUMAR
le 25 Fév 2019
Just go through this link,
Catégories
En savoir plus sur Text Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!