MATLAB gives file not found error when trying toopen a pkl file.
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)
Categories
Find more on Get Started with DSP System Toolbox 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!