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!