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!