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 Center および File ExchangeProblem-Based Optimization Setup についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by