How do we find the input arguments required by a handle class constructor?
Show older comments
I am getting an error " too many input arguments"
So I wished to match my input arguments with the constructor arguments
2 Comments
Adam
on 20 Sep 2019
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
on 21 Sep 2019
Accepted Answer
More Answers (0)
Categories
Find more on Scope Variables and Generate Names in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!