필터 지우기
필터 지우기

How to solve the concatenation error in matrix?

조회 수: 1 (최근 30일)
M.Shaarawy
M.Shaarawy 2019년 1월 3일
댓글: Matt J 2019년 1월 3일
I have a linear system Gm=d and I want to add equality constraints to this system in the form
Fm=h ; to solve at the end this system
[G'G F';F 0][m;lamda]=[G'd;h]
Where:-
G: 13×52; d: 13×1; m: 52×1; lamda: 1×1;
F: 52×52; h: 52×1;
OR:
F:13×52; h: 13×1
  댓글 수: 2
James Tursa
James Tursa 2019년 1월 3일
편집: James Tursa 2019년 1월 3일
Can you post the actual code you are using? And copy&paste the entire error message along with the offending line noted?
Matt J
Matt J 2019년 1월 3일
Could you not simply use lsqlin?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by