uicontrol syntax in callback function

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 Kommentare

Dhananjay Kumar
Dhananjay Kumar am 2 Dez. 2019
Bearbeitet: Dhananjay Kumar am 2 Dez. 2019
Can you post the calbback function's signature and how you are using it, I mean an example snippet of code?
Walter Roberson
Walter Roberson am 2 Dez. 2019
Is this GUIDE or App Designer?
How are you calculating the parent object ?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

am 29 Nov. 2019

Kommentiert:

am 2 Dez. 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by