I have code in matlab whose results I would like to use in python code (as a matrix or as a .dat file). Could anyone tell me how this could be done?
質問する
184 次
2 に答える
3
NumPy と SciPy は、 と を使用して MATLAB .matファイルを直接読み書きできます。scipy.io.loadmat
scipy.io.savemat
于 2012-06-28T12:01:09.683 に答える