Getting error "Too many input arguments"
古いコメントを表示
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
回答 (1 件)
Ashish Sheikh
2016 年 3 月 3 日
0 投票
Are u trying to define that inside a class. If yes , how are you using its object,,?
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!