Too many input arguments, but no arguments function

About the GUI application to design signal processing pipelines
Post Reply
mystic0
Posts: 1
Joined: Thu Jun 07, 2018 10:33 am

Too many input arguments, but no arguments function

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

Post Reply