uicontrol syntax in callback function
2 次查看(过去 30 天)
显示 更早的评论
In Matlab R2017b, the call syntax
c = uicontrol(parent);
executes as documented when used in a script, but fails when used in a @callback function in which the desired parent object
is passed as an argument, reporting the error "Not enough input arguments".
Has anyone seen this before?
Thanks
2 个评论
Dhananjay Kumar
2019-12-2
编辑:Dhananjay Kumar
2019-12-2
Can you post the calbback function's signature and how you are using it, I mean an example snippet of code?
Also see if this is relevant: https://in.mathworks.com/matlabcentral/answers/408266-why-do-i-get-this-error?s_tid=answers_rc1-3_p3_Topic
Walter Roberson
2019-12-2
Is this GUIDE or App Designer?
How are you calculating the parent object ?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!