Filter löschen
Filter löschen

Error when opening a live script (.mlx) file

2 Ansichten (letzte 30 Tage)
Mert Dogan
Mert Dogan am 3 Mär. 2022
Kommentiert: Walter Roberson am 19 Aug. 2023
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?

Antworten (1)

LEINER BARBA
LEINER BARBA am 19 Aug. 2023
I have the same problem, any advice? Could you find a solution?
  1 Kommentar
Walter Roberson
Walter Roberson am 19 Aug. 2023
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by