Error when opening a live script (.mlx) file

1 次查看(过去 30 天)
My computer suddenly shut down due to a power outage. Then when I try to open the .mlx file I'm working on, I get the error "Error loading C:\ filepath".
In the command window, I got the this error:
Error using which
C:\filepath\Analysis.mlx: Can't open file.
Error in run (line 55)
pathscript = evalin('caller',
strcat('which(''', script, ''')'));
Can you help me solve the problem?

回答(1 个)

LEINER BARBA
LEINER BARBA 2023-8-19
I have the same problem, any advice? Could you find a solution?
  1 个评论
Walter Roberson
Walter Roberson 2023-8-19
In order to get that particular error message about "which", instead of a message about the file not being found, then one of the following must be true:
  • you do not have permission to follow the path C:\filepath even though that path exists; or
  • you do not have permission to open the file C:\filepath\Analysis.mlx even though that file exists; or
  • the file is locked
You would get different error messages if the file were not found, or if the file exists but is corrupted.
Rebooting might maybe help, maybe.
When you have problems running a file after a power failure, it is common that you end up needing to look for the autosaved version of the file (same directory), or that you need to restore the file from backup.

请先登录,再进行评论。

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by