Help! Computer freeze results in empty text file!
1 次查看(过去 30 天)
显示 更早的评论
Hi guys
This might at first glance appear as a non-matlab question, but bear with me. This IS a matlab question and it is fairly urgent.
I am working on a textfile in latex and due to a slight case of computer meltdown, the whole thing appears to be wiped clear of information after rebooting. Yet the file is still the right size and I can scroll through it just as if the information was still there (have tried several programs incl. textpad and notepad), so I was wondering if Matlab could be used to retrieve any of the information that has been lost? I have tried a variation of textscan, textread, fread, etc, with no luck so far.
ANY help is much appreciated!
0 个评论
采纳的回答
Walter Roberson
2013-1-6
Difficult to say. You would want to fread() the file and look at the bytes that are there and see if there is anything useful.
2 个评论
Image Analyst
2013-1-6
I've put in a feature request that the MATLAB editor have a hex mode, like my old favorite (now dead) code editor called Codewright. Such a feature would be useful here so you wouldn't have to write code to see the bytes. I hear SlickEdit has this capability. It sounds like the whole file has been overwritten with 0x00 or some other non-printable character (this would still let it have the same file size).
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Export 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!