|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
Warning: Transfer function has complex coefficients.
> In <a href="error:C:\MATLAB7\toolbox\control\control\@tf\tf.m,197,1">tf.tf at 197</a>
In <a href="error:C:\MATLAB7\toolbox\control\control\@tf\mtimes.m,26,1">tf.mtimes at 26</a>
In <a href="error:C:\MATLAB7\work\opt_fun.m,143,1">opt_fun at 143</a>
In <a href="error:C:\MATLAB7\toolbox\optim\fmincon.m,338,1">fmincon at 338</a>
In <a href="error:C:\MATLAB7\work\opt_design.m,1031,1">opt_design>calculate_Callback at 1031</a>
In <a href="error:C:\MATLAB7\toolbox\matlab\uitools\gui_mainfcn.m,75,1">gui_mainfcn at 75</a>
In <a href="error:C:\MATLAB7\work\opt_design.m,44,1">opt_design at 44</a>
??? Error using ==> fmincon
FMINCON cannot continue because user supplied objective function failed with the following error:
Function 'le' is not defined for values of class 'tf'.
Error in ==> <a href="error:C:\MATLAB7\work\opt_design.m,1031,1">opt_design>calculate_Callback at 1031</a>
[x,fval,exitflag,output,lambda]=fmincon(@opt_fun,x0,A,b,[],[],[],[])
Error in ==> <a href="error:C:\MATLAB7\toolbox\matlab\uitools\gui_mainfcn.m,75,1">gui_mainfcn at 75</a>
feval(varargin{:});
Error in ==> <a href="error:C:\MATLAB7\work\opt_design.m,44,1">opt_design at 44</a>
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback.
Function 'le' is not defined for values of class 'tf'.这句没明白什么意思?我根本没有用到 le 这个函数呀!
请教高手!万分感谢!
[ 本帖最后由 eight 于 2008-4-21 20:29 编辑 ] |
|