Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
shridharnator
shridharnator el 13 de Ag. de 2021
Comentada: Walter Roberson el 13 de Ag. de 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 comentario
Walter Roberson
Walter Roberson el 13 de Ag. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Signal Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by