How to solve the concatenation error in matrix?

1 次查看(过去 30 天)
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?

请先登录,再进行评论。

回答(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