MATLAB gives file not found error when trying toopen a pkl file.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
fid=py.open('set1.pkl','rb');
data=py.pickle.load(fid);
1 Kommentar
Walter Roberson
am 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!