Borrar filtros
Borrar filtros

arg min for Optimization problem

33 visualizaciones (últimos 30 días)
Murali Krishna AG
Murali Krishna AG el 27 de Nov. de 2020
Respondida: Ameer Hamza el 27 de Nov. de 2020
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

Respuestas (2)

David Hill
David Hill el 27 de Nov. de 2020
norm(X-A.*w-B.*v,-inv);%I assume you want element wise multiplication
  1 comentario
Murali Krishna AG
Murali Krishna AG el 27 de Nov. de 2020
It is not element wise multiplication.It is absoulte matrix multiplication

Iniciar sesión para comentar.


Ameer Hamza
Ameer Hamza el 27 de Nov. de 2020

Categorías

Más información sobre Problem-Based Optimization Setup 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