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!