Matlab 版 (精华区)
发信人: hahn (有奇☆闭关造文中), 信区: Matlab
标 题: [合集] 问个问题
发信站: 哈工大紫丁香 (Thu Sep 7 04:29:43 2006), 站内
────────────────────────────────────────
Lavic (lavic) 于 (Wed May 24 20:48:47 2006) 说道:
出现了以下的报错,是什么原因,怎样改?
??? Attempt to reference field of non-structure array.
Error in ==> gui_mainfcn at 111
if gui_Options.syscolorfig
Error in ==> lavic11 at 42
gui_mainfcn(gui_State, varargin{:});
谢谢
────────────────────────────────────────
zjliu (秋天的萝卜) 于 (Wed May 24 20:49:43 2006) 说道:
看看出错的地方的参数的数值
【 在 Lavic (lavic) 的大作中提到: 】
: 出现了以下的报错,是什么原因,怎样改?
: ??? Attempt to reference field of non-structure array.
: Error in ==> gui_mainfcn at 111
: ...................
────────────────────────────────────────
Lavic (lavic) 于 (Wed May 24 21:01:57 2006) 说道:
【 在 zjliu (秋天的萝卜) 的大作中提到: 】
: 看看出错的地方的参数的数值
我也不知道具体的参数数值是多少,因为我只在一个callback函数中调用了一个guida
ta函数:
handles.p=0.15;
fn=findobj(0,'Tag','normal');
guidata(fn,handles.p);
────────────────────────────────────────
zjliu (秋天的萝卜) 于 (Wed May 24 21:05:37 2006) 说道:
你可以在command window里面查询
【 在 Lavic (lavic) 的大作中提到: 】
: 我也不知道具体的参数数值是多少,因为我只在一个callback函数中调用了一个guida
: ta函数:
: handles.p=0.15;
: ...................
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.612毫秒