实验四GUI设计
a=str2num(get(handles.edit1,'string')); b=str2num(get(handles.edit2,'string')); c=a+b;
set(handles.text3,'string',c)