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!