how to solve H using Matlab?

1 visualización (últimos 30 días)
dab483
dab483 el 22 de En. de 2014
Comentada: dab483 el 22 de En. de 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

Respuesta aceptada

Matt J
Matt J el 22 de En. de 2014
Editada: Matt J el 22 de En. de 2014
There is no unique solution to that, but
H=eye(4,3);
is one solution.
  1 comentario
dab483
dab483 el 22 de En. de 2014
yeah.. i guess that's the word.. no unique solution..Tqs.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by