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!