matlab app designer numeric edit field properties code example
Example: matlab app designer numeric edit field properties
TheValueIWantYouToBe = 19; % Why 19? Yes :)
MyNumericFieldThing = findobj(gcbf,'Tag','MyTag');
MyNumericFieldThing.Value = TheValueIWantYouToBe