Matlab online: Large .mat loaded 12/28/2021; won't load now
1 view (last 30 days)
Show older comments
Hi experts,
A file that loaded for me in Matlab Online on 12/28/2021 now fails to load:
ls -l permrho_matrix_211228.mat
-rwxr-x--- 1 mluser worker 1517878438 Dec 28 21:42 permrho_matrix_211228.mat
load('permrho_matrix_211228.mat')
Error using load
Cannot read file /MATLAB Drive/Example_IM_DataOut/Published_Results_DistributionReference/permrho_matrix_211228.mat.
exist('permrho_matrix_211228.mat')
ans =
2
Any ideas what might be going on?
Thank you,
Donna
0 Comments
Answers (2)
Sina Salehi
on 21 Jan 2022
Hi
I have the same problem.
I have a 1.7GB .mat data which I loaded without any problem in MATLAB online but since the past week can not load and got the same error:
Error using load
Cannot read file
See Also
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!