Saving data to .txt
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
ANKUR KUMAR
2019 年 2 月 25 日
Use dlmwrite to write into a ASCII file.
A=magic(5)
dlmwrite('sample.txt',A)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で String Parsing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!