How do we find the input arguments required by a handle class constructor?
Afficher commentaires plus anciens
I am getting an error " too many input arguments"
So I wished to match my input arguments with the constructor arguments
2 commentaires
Adam
le 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
le 21 Sep 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Scope Variables and Generate Names dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!