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

Risposte (2)

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

1 Commento

It is not element wise multiplication.It is absoulte matrix multiplication

Accedi per commentare.

Richiesto:

il 27 Nov 2020

Risposto:

il 27 Nov 2020

Community Treasure Hunt

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

Start Hunting!

Translated by