MATLAB gives file not found error when trying toopen a pkl file.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
fid=py.open('set1.pkl','rb');
data=py.pickle.load(fid);
1 Commento
Walter Roberson
il 13 Ago 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!