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
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