search the minimum of function by sse

2 vues (au cours des 30 derniers jours)
Daniel Mbadjoun
Daniel Mbadjoun le 31 Mai 2019
Commenté : Daniel Mbadjoun le 7 Juin 2019
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 commentaire
Daniel Mbadjoun
Daniel Mbadjoun le 3 Juin 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

Connectez-vous pour commenter.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Problem-Based Optimization Setup dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by