中级会员
- 积分
- 364
- 威望
- 209
- 贡献
- 77
- 兑换币
- 122
- 注册时间
- 2012-11-1
- 在线时间
- 39 小时
- 毕业学校
- 辽工大
|
程序是这样:
h_pjimage=findobj('Tag','figure_pjimage');
h_pjimage=guihandles(h_pjimage);
setappdata(handles.figure_im2bw,'h_pjimage',h_pjimage);
编译后出现的提示:
??? Error using ==> guihandles at 70
H must be the handle to a figure or figure descendent.
Error in ==> im2bw_args>im2bw_args_OpeningFcn at 52
h_pjimage=guihandles(h_pjimage);
Error in ==> gui_mainfcn at 221
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in ==> im2bw_args at 42
gui_mainfcn(gui_State, varargin{:});
这是为什么?
|
|