Effacer les filtres
Effacer les filtres

MATLAB gives file not found error when trying toopen a pkl file.

5 vues (au cours des 30 derniers jours)
shridharnator
shridharnator le 13 Août 2021
Commenté : Walter Roberson le 13 Août 2021
fid=py.open('set1.pkl','rb');
Error using connector.internal.fevalMatlab
Python Error: IOError: [Errno 2] No such file or directory: 'set1.pkl'

Error in connector.internal.fevalJSON
data=py.pickle.load(fid);
  1 commentaire
Walter Roberson
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Signal Processing Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by