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 CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by