Failure in initial nonlinear constraint function evaluation. FMINCON cannot continue.
显示 更早的评论
This is the quadrotor dynamic problem in which i am trying to minimise power and desired final distance error using fmincon. Can anyone help me in determining what is the problem inmy nonlinear constraints. Thank you. I have attatched files.
Error in nlc (line 16)
c(1:4*T,1) = X(20*(T+1)+1:20*(T+1)+4*T,1)+vb;
Error in fmincon (line 633)
[ctmp,ceqtmp] = feval(confcn{3},X,varargin{:});
Error in mainfcn (line 15)
X=fmincon(@obj,Xg,A,b,Aeq,beq,lb,ub,@nlc);
Caused by:
Failure in initial nonlinear constraint function evaluation. FMINCON cannot continue.
2 个评论
Torsten
2019-3-7
You must give a value to T in mainfcn.m before calling "fmincon".
Kartik Loya
2019-3-7
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Nonlinear Control 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!