Filter löschen
Filter löschen

How to solve the concatenation error in matrix?

1 Ansicht (letzte 30 Tage)
M.Shaarawy
M.Shaarawy am 3 Jan. 2019
Kommentiert: Matt J am 3 Jan. 2019
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 Kommentare
James Tursa
James Tursa am 3 Jan. 2019
Bearbeitet: James Tursa am 3 Jan. 2019
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 am 3 Jan. 2019
Could you not simply use lsqlin?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Systems of Nonlinear Equations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by