MATLAB gives file not found error when trying toopen a pkl file.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
fid=py.open('set1.pkl','rb');
data=py.pickle.load(fid);
1 comentario
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.
Respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!