MATLAB gives file not found error when trying toopen a pkl file.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
fid=py.open('set1.pkl','rb');
data=py.pickle.load(fid);
1 commentaire
Walter Roberson
le 13 Août 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.
Réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!