search the minimum of function by sse

2 visualizaciones (últimos 30 días)
Daniel Mbadjoun
Daniel Mbadjoun el 31 de Mayo de 2019
Comentada: Daniel Mbadjoun el 7 de Jun. de 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 comentario
Daniel Mbadjoun
Daniel Mbadjoun el 3 de Jun. de 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

Iniciar sesión para comentar.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by