What will be Python equivalent of Matlab function smoothdata

Viewed 26

I am trying to convert some Matlab code to Python.

What will be the Python equivalent to the following code:

x= smoothdata(data,'movmedian',100)

where data is some random matrix

0 Answers
Related