Page 1 of 1

Too many input arguments, but no arguments function

Posted: Thu Jun 07, 2018 10:44 am
by mystic0
Hi,
I have the following error:
"---- MATLAB BUFFER - ERROR ! ----
Error using sgolay_initialize
Too many input arguments."

and the function looks like this:
function sgolay_initialize()
disp('SGolay initialize called!')
end

Anybody have a clue, why I have this error?