Getting error "Too many input arguments"

1 Ansicht (letzte 30 Tage)
JFz
JFz am 3 Mär. 2016
Kommentiert: Guillaume am 3 Mär. 2016
Hi, I keep getting this error, even when I reduced myfunc to take in just one input as myfunc(a) and doing nothing in the function besides just passing it out as sSql = a.
methods function sSql = myfunc(a) sSql = a; end end

Antworten (1)

Ashish Sheikh
Ashish Sheikh am 3 Mär. 2016
Are u trying to define that inside a class. If yes , how are you using its object,,?
  3 Kommentare
JFz
JFz am 3 Mär. 2016
Found out that I need to use obj in the input. The function should be myfunc(obj, a)
Guillaume
Guillaume am 3 Mär. 2016
Well, if you're not using the object in the function, why is it a method of the object? At the very least, it should be a static method.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by