Search found 1 match

by mystic0
Thu Jun 07, 2018 10:44 am
Forum: Designer
Topic: Too many input arguments, but no arguments function
Replies: 0
Views: 14823

Too many input arguments, but no arguments function

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?