I am getting this error in the fooof.m code:
Not enough input arguments.
Error in fooof (line 50)
freqs = py.numpy.array(freqs);_
_
& if it isn't that, I get this error despite installing numpy to python using the terminal ("pip3 install numpy"):
Unable to resolve the name py.numpy.array.
Error in fooof (line 50)
freqs = py.numpy.array(freqs);