search the minimum of function by sse

3 次查看(过去 30 天)
ui=[1 2 3 4 5 6]; %%% puissance
sse =@(x)sum((ui - xi./(k.*yi.*zi)).^ 2); %function similar to yours
fminsearch(sse,0) %find the xi,yi,zi
  1 个评论
Daniel Mbadjoun
Daniel Mbadjoun 2019-6-3
Please help me to run kind of function which have three differents predictors as xi,yi and zi with the data ui. i find here xi,yi and zi

请先登录,再进行评论。

采纳的回答

Alan Weiss
Alan Weiss 2019-6-6
I think that the documentation on Minimizing Functions of Several Variables will help.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 个评论
Daniel Mbadjoun
Daniel Mbadjoun 2019-6-7
Thank you my dear Alain Weiss. I'm going to try this process. I will be back to confirm the execution.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by