Feeds
已回答
How to modify the handles structure (GUI) from an external function
handles = guihandles(gcbo); % if not presents in the other external function
How to modify the handles structure (GUI) from an external function
handles = guihandles(gcbo); % if not presents in the other external function
10 years 前 | 0
已回答
how to set value in edit text box.
post from 2012, the s of 'string' have to be Uppercase a=1000; set(handles.edit1,'String',a);
how to set value in edit text box.
post from 2012, the s of 'string' have to be Uppercase a=1000; set(handles.edit1,'String',a);
10 years 前 | 0