MATLAB to Python Code conversion (NumPy, SciPy, MatplotLib?)

后端 未结 3 1132
青春惊慌失措
青春惊慌失措 2021-01-06 09:22

I\'m trying to convert the following code to Python from MATLAB for an EEG Project (partly because Python\'s slightly cheaper!)

Hopefully someone can point me in the

3条回答
  •  清歌不尽
    2021-01-06 09:43

    This may or may not work, but you might want to try a Matlab to Python converter such as mat2py. I've never tried them, but it might save some time. Also, there's this page about Matlab to Numpy conversion that might help you get acquainted with the differences between the two.

提交回复
热议问题