How to translate an ArgMin with a summation inside?

1 vue (au cours des 30 derniers jours)
Charles Acoba
Charles Acoba le 21 Août 2019
Réponse apportée : Torsten le 21 Août 2019
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.

Réponses (1)

Torsten
Torsten le 21 Août 2019
dt = (t-s*x).'*(t-s*x);
where x is a scalar and t and s are column vectors of the same length.

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by