Error using load: Cannot read file: inconsistent error message
2 次查看(过去 30 天)
显示 更早的评论
I have saved mat files using the '-v7.3' like
save('my_big_fat_file, 'TT_abc', '-v7.3');
my_big_fat_file has has about 3 GBytes size.
Never had problems opening this files using the command load('my_big_fat_file') until yesterday I ger the message:
Error using load
Cannot read file I:\folder_a\folder_b\folder_c\my_big_fat_file
But if I try a few minutes later it will work perfectly and the file is loaded.
Tried other files of the same batch and size, and sometimes it loads well, others will diplay the mentioned error.
Any help?
Many Thanks in advance
Para
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!