필터 지우기
필터 지우기

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

조회 수: 5 (최근 30일)
shridharnator
shridharnator 2021년 8월 13일
댓글: Walter Roberson 2021년 8월 13일
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
Walter Roberson
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 CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by