Info
此问题已关闭。 请重新打开它进行编辑或回答。
Optimization problem with summatory
1 次查看(过去 30 天)
显示 更早的评论
Hello every one i have an exercise to do in matlab using fminsearch or fminunc, as you can see the function below, i have a variable between -5.12 and 5.12, Is there a method in matlab to declare a vector of functions which means every element of this vector is a variable, im asking this cause fminsearch i need to create a function in the form f=(v1,v2,v3) (2-D or 3-D) where v1,v2 and v3 are the variables and imply the dimention. The problem in my case is i need to expand the summatory between -5 to 5 and create the function expanded, instead of using a for. In other word can i use a for to do this? The derivative works for every xi as you can see.
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!