Saving data to .txt
2 views (last 30 days)
Show older comments
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!
0 Comments
Answers (2)
ANKUR KUMAR
on 25 Feb 2019
Use dlmwrite to write into a ASCII file.
A=magic(5)
dlmwrite('sample.txt',A)
0 Comments
See Also
Categories
Find more on String Parsing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!