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
11년 초과 전 | 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);
11년 초과 전 | 0
