MATLAB gives file not found error when trying toopen a pkl file.
3 次查看(过去 30 天)
显示 更早的评论
fid=py.open('set1.pkl','rb');
data=py.pickle.load(fid);
1 个评论
Walter Roberson
2021-8-13
As outside observers, we have no reason to expect that set1.pkl exists in the current directory; perhaps it is in a different directory.
回答(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!