-2

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?

4

2 に答える 2

3

NumPy と SciPy は、 と を使用して MATLAB .matファイルを直接読み書きできます。scipy.io.loadmatscipy.io.savemat

于 2012-06-28T12:01:09.683 に答える