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일

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 Exchange에서 Nonlinear 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