unable to load file in Matlab Answers

20 visualizzazioni (ultimi 30 giorni)
William Rose
William Rose il 16 Dic 2024
Spostato: the cyclist il 18 Nov 2025 alle 22:14
I have been unable to load data from a file in Matab Answers for a week or more. I can attach a data file to my answer by clicking on the paper clip icon, then specifying the file. When I try to load the file, I get an error message: 'Unable to find file or directory.'. I have tried .mat and .txt and .csv files, with the same results. I have tried loading a file from my computer, and I have tried loading a file from the thread, with the same result. When I try the loading the same file in regular Matlab, there is no problem. Example:
a=load('data.txt');
Error using load
Unable to find file or directory 'data.txt'.
whos
Suggestions? Thank you.

Risposta accettata

DGM
DGM il 17 Dic 2024
Spostato: the cyclist il 18 Nov 2025 alle 22:14
I've noticed that at least for image files, it can suffice to use the direct link to the file instead of the relative path. Apparently load() and fileread() behave differently when given a url though.
That said, even imread() will seemingly randomly fail to find the file when given the url. I end up running it again and it works.
  1 Commento
William Rose
William Rose il 18 Nov 2025 alle 20:22
Spostato: the cyclist il 18 Nov 2025 alle 22:14
@DGM, thank you for your suggestion. If you move your comment to an answer, I would like to accept it.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by