How to translate an ArgMin with a summation inside?

1 visualización (últimos 30 días)
Charles Acoba
Charles Acoba el 21 de Ag. de 2019
Respondida: Torsten el 21 de Ag. de 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.

Respuestas (1)

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

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by