search the minimum of function by sse

조회 수: 2 (최근 30일)
Daniel Mbadjoun
Daniel Mbadjoun 2019년 5월 31일
댓글: Daniel Mbadjoun 2019년 6월 7일
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