bigorangefdc
2008-11-16, 00:51
请问如何获得edit text中显示的数据 (不论数据什么来源)
我用代码为
h=findobj('tag','edit1');
m=get(h,'edit1')
报错为
There is no 'edit1' property in the 'uicontrol' class.
Error in ==> ex1>edit1_Callback at 361
m=get(h,'edit1')
请大家指点!
我用代码为
h=findobj('tag','edit1');
m=get(h,'edit1')
报错为
There is no 'edit1' property in the 'uicontrol' class.
Error in ==> ex1>edit1_Callback at 361
m=get(h,'edit1')
请大家指点!