Hi all, I have a 1080x1080 matrix A and 1x1080 matrix B. The values in matrix B are all zeroes except for two values. When I use A\B, I get the 'Matrix dimensions must agree.' error. Where am I going wrong?

 Akzeptierte Antwort

KSSV
KSSV am 4 Dez. 2016
Bearbeitet: KSSV am 4 Dez. 2016

1 Stimme

Try A\B'

2 Kommentare

Thanks! I go an output. But why didn't I get this when I just used B instead of B'?
KSSV
KSSV am 4 Dez. 2016
B should be a column matrix with rows equal to rows in A.B' is transpose of B. 1*1080 is transposed to 1080*1.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by