Script doesn't show
36 ビュー (過去 30 日間)
古いコメントを表示
I was working on an assignment on MATLAB and wrote a function script in the editor and saved it as .m file. The next day I open the file and the script was gone. This is the second time it has happened. How do I recover the script?
3 件のコメント
Thomas Jensen
2021 年 4 月 14 日
Hi Abdul,
I had a similar issue some time ago and it was related to the synchronization of the cloud drive where I was saving the files. When I started to save the files in the local drive I never faced the same issue again.
Chin Hsien Cheng
2025 年 11 月 11 日 3:29
just now i faced the same problem after i uninstall another version of Matlab. The code script disappeared was what I still work on last night. Fortunately, I found the same code with .asv and copy-paste back to the .m file...
回答 (1 件)
Monisha Nalluru
2021 年 4 月 19 日
The issue could be with the location and operating system synchronization. In order to recover the scripts you can follow these steps.
In case you lost your work due to abnormal termination, follow the tips provided in the page below:
If this does not help, it is possible restore previous versions of your files if your operating system has saved them. To do this, try the following articles:
- On Windows: https://support.microsoft.com/en-gb/help/17119/windows-7-recover-lost-deleted-files
- On Mac: https://support.apple.com/en-gb/guide/mac-help/mh40710/mac
- On Linux: https://www.howtogeek.com/209080/how-to-restore-previous-versions-of-a-file-on-any-operating-system/
Alternatively, you can see if your system saved a .bak file:
If your system has not saved any past versions of your file, it is not worth spending further time trying to recover it.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!