search the minimum of function by sse

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

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

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

Community Treasure Hunt

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

Start Hunting!