arg min for Optimization problem

조회 수: 43 (최근 30일)
Murali Krishna AG
Murali Krishna AG 2020년 11월 27일
답변: Ameer Hamza 2020년 11월 27일
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

답변 (2개)

David Hill
David Hill 2020년 11월 27일
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

댓글을 달려면 로그인하십시오.


Ameer Hamza
Ameer Hamza 2020년 11월 27일

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by