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

You must give a value to T in mainfcn.m before calling "fmincon".

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Nonlinear Control에 대해 자세히 알아보기

태그

질문:

2019년 3월 7일

댓글:

2019년 3월 7일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by