Getting error "Too many input arguments"
Afficher commentaires plus anciens
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
Réponses (1)
Ashish Sheikh
le 3 Mar 2016
0 votes
Are u trying to define that inside a class. If yes , how are you using its object,,?
Catégories
En savoir plus sur Entering Commands dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!