Azzera filtri
Azzera filtri

how to solve H using Matlab?

2 visualizzazioni (ultimi 30 giorni)
dab483
dab483 il 22 Gen 2014
Commentato: dab483 il 22 Gen 2014
Hi,
kind of blur right now.
H*[1 20.758 0]'=[1 20.758 0 0]'
' = transpose
Solve H using Matlab. Thanks
the answer= H=[21.758 0 0;0 1 0;0 0 1;-2075.8 100 0]..i don't how do they get the answer. if using divide, the answer not the same

Risposta accettata

Matt J
Matt J il 22 Gen 2014
Modificato: Matt J il 22 Gen 2014
There is no unique solution to that, but
H=eye(4,3);
is one solution.
  1 Commento
dab483
dab483 il 22 Gen 2014
yeah.. i guess that's the word.. no unique solution..Tqs.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Operating on Diagonal Matrices in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by