How to translate an ArgMin with a summation inside?

1 回表示 (過去 30 日間)
Charles Acoba
Charles Acoba 2019 年 8 月 21 日
回答済み: Torsten 2019 年 8 月 21 日
Hi, I'm kinda new to MATLAB and I would like to translate this equation,
qweqwe.PNG
inside matlab. What's a good way to begin with?
Any help would be appreciated.

回答 (1 件)

Torsten
Torsten 2019 年 8 月 21 日
dt = (t-s*x).'*(t-s*x);
where x is a scalar and t and s are column vectors of the same length.

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by