フィルターのクリア

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 Center および File ExchangeSignal Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by