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

回答