MATLAB gives file not found error when trying toopen a pkl file.
3 views (last 30 days)
Show older comments
fid=py.open('set1.pkl','rb');
data=py.pickle.load(fid);
1 Comment
Walter Roberson
on 13 Aug 2021
As outside observers, we have no reason to expect that set1.pkl exists in the current directory; perhaps it is in a different directory.
Answers (0)
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!