Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はPythonを初めて使用し、必要なMatlabコードをPythonに変換する必要があります。これが私が持っているコードです:
save(myFile, 'list','config'); else load(myfile, 'list'); end
私はPython内を調べていましたが、これに相当する方法が見つからないようです。どんな助けでも大歓迎です。
ありがとう!
ここでnumpyIOルーチンをチェックしてください。さまざまな形式を処理できます。