MATLAB gives file not found error when trying toopen a pkl file.
3 ビュー (過去 30 日間)
古いコメントを表示
fid=py.open('set1.pkl','rb');
data=py.pickle.load(fid);
1 件のコメント
Walter Roberson
2021 年 8 月 13 日
As outside observers, we have no reason to expect that set1.pkl exists in the current directory; perhaps it is in a different directory.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!