Error using load unable to read

1 view (last 30 days)
Issa Lorenzo
Issa Lorenzo on 13 Oct 2020
Edited: Issa Lorenzo on 15 Oct 2020
Hello,
I am very new in Matlab Online as I have never received a course, and I face an issue as follow :
However the file is right in the folder, it sounds like a very basic question, but again I'm very new.

Answers (1)

Cris LaPierre
Cris LaPierre on 13 Oct 2020
Edited: Cris LaPierre on 13 Oct 2020
I observed the same behavior in MATLAB Online. Try the following:
load("/MATLAB Drive/Parameters/3_parameter.mat")
or
load("././Parameters/3_parameter.mat")
As an observation, I notice that after doing that once, the load("Parameters/3_parameter.mat") works. I will pass that along internally.
You could also try opening one of your folders and then returning to the MATLAB Drive folder. That also seems to get things working normally.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!