How to translate an ArgMin with a summation inside?

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by