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...

7 years 前 | 0 个回答 | 0

0

个回答