MATLAB程序的问题

来源:百度知道 编辑:UC知道 时间:2024/06/23 02:49:05
下面这段错误提示信息是什么意思,怎么样改?
??? Reference to non-existent field 'axesl'.

Error in ==> untitledGUI01>pushbutton1_Callback at 98
axes(handles.axesl);

Error in ==> gui_mainfcn at 75
feval(varargin{:});

Error in ==> untitledGUI01 at 44
gui_mainfcn(gui_State, varargin{:});

??? Error while evaluating uicontrol Callback.

handles对象中的axesl参数没有设置或没有这个参数

'axesl'这个变量没有定义
看看这里
http://www.ilovematlab.cn/thread-18730-1-1.html