按照你的方法试了下,结果一直报错:
在调用处程序:
handles.f=f;
guidata(handles.test2,handles);
报错:
???reference to non-existent field 'test2'.
请问到底哪出错了呢
谢谢!
按照你的方法试了下,结果一直报错:
在调用处程序:
handles.f=f;
guidata(handles.test2,handles);
报错:
???reference to non-existent field 'test2'.
请问到底哪出错了呢
谢谢!
guidata(hObject,handles);就可以了,嘿嘿。