How do we find the input arguments required by a handle class constructor?
이전 댓글 표시
I am getting an error " too many input arguments"
So I wished to match my input arguments with the constructor arguments
댓글 수: 2
Adam
2019년 9월 20일
They are listed in the function definition of the constructor, or if there is no defined constructor then it takes 0 arguments. Since you haven't shown any class definition code or calling code it's hard to say much more though.
Vignesh Ramakrishnan
2019년 9월 21일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!