Downloading text files from Matlab causes them to be corrupted

4 次查看(过去 30 天)
From my matlab program, I have saved a number of variables (128x128 matrices) as text files. When I open them on matlab itself (Matlab online r2020a), they open fine and display the numeric data I want. However when I download them, either individually or in bulk as a zip file, the .txt files display only junk values, when opened in Notepad. Why could this be happening and what is the fix?
Attaching a screenshot of the files viewed in program, and after download:

采纳的回答

Walter Roberson
Walter Roberson 2020-7-4
Don't use Notepad. Use Notepad++ or any editor created in the last 20 years. Notepad is so old it is only able to properly handle files that have both carriage return and newline at the end of each line; the files you are downloading have linefeeds but no carriage returns.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by