search the minimum of function by sse

4 views (last 30 days)
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 Comment
Daniel Mbadjoun
Daniel Mbadjoun on 3 Jun 2019
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

Sign in to comment.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!