Feeds
回答済み
Can someone help me?Find the minimun of the Function under these condition?
fun=@(x) 2*x(1).^2+x(2)^2-x(1)*x(2) val=fminsearch(fun,[0 0 0]) min=fun(val) will this work
Can someone help me?Find the minimun of the Function under these condition?
fun=@(x) 2*x(1).^2+x(2)^2-x(1)*x(2) val=fminsearch(fun,[0 0 0]) min=fun(val) will this work
7年以上 前 | 0
