how to solve H using Matlab?

조회 수: 2 (최근 30일)
dab483
dab483 2014년 1월 22일
댓글: dab483 2014년 1월 22일
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

채택된 답변

Matt J
Matt J 2014년 1월 22일
편집: Matt J 2014년 1월 22일
There is no unique solution to that, but
H=eye(4,3);
is one solution.
  댓글 수: 1
dab483
dab483 2014년 1월 22일
yeah.. i guess that's the word.. no unique solution..Tqs.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by