arg min for Optimization problem

u=argmin{||X-A*w-B*v||^2}
Inputs : A,B,X,w,v
outputs:u which contain optimized vector of w,v
how to write code for this.Please help me

1 件のコメント

Murali Krishna AG
Murali Krishna AG 2020 年 11 月 27 日
All the inputs are vectors

サインインしてコメントする。

回答 (2 件)

David Hill
David Hill 2020 年 11 月 27 日

0 投票

norm(X-A.*w-B.*v,-inv);%I assume you want element wise multiplication

1 件のコメント

Murali Krishna AG
Murali Krishna AG 2020 年 11 月 27 日
It is not element wise multiplication.It is absoulte matrix multiplication

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeNonlinear Optimization についてさらに検索

質問済み:

2020 年 11 月 27 日

回答済み:

2020 年 11 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by