Community Profile

photo

Devashish Sharma


2016년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


not enough input arguments while using fmincon
function f = fun( p ) c1=100+2*p(1)+0.005*p(1)^2; c2=200+2*p(2)+0.01*p(2)^2; f=c1+c2; a=[1 1]; b=450; x0=[2; 3]; [p fu...

거의 8년 전 | 답변 수: 0 | 0

0

답변