Azzera filtri
Azzera filtri

Error when opening a live script (.mlx) file

2 visualizzazioni (ultimi 30 giorni)
Mert Dogan
Mert Dogan il 3 Mar 2022
Commentato: Walter Roberson il 19 Ago 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?

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by