Getting error "Too many input arguments"
Mostra commenti meno recenti
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
Risposte (1)
Ashish Sheikh
il 3 Mar 2016
0 voti
Are u trying to define that inside a class. If yes , how are you using its object,,?
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!