How to translate an ArgMin with a summation inside?

1 visualizzazione (ultimi 30 giorni)
Charles Acoba
Charles Acoba il 21 Ago 2019
Risposto: Torsten il 21 Ago 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.

Risposte (1)

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

Categorie

Scopri di più su Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by