Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Calculation errorous values problem

1 回表示 (過去 30 日間)
Ömer Faruk Kurular
Ömer Faruk Kurular 2019 年 9 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I need to calculate M matrix and collected 2d and 3d coordinates. When I try to calculate M matrix it gives absurd results. What can be the problem? This is how I do it.
%3d
c1 = [13.5 0 15.3];
c2 = [11.5 0 15.3];
...... more coordinates
%2d
c1_2 = [1221 1293];
c2_2 = [1395 1231];
.... more coordinates
threes = [c1; c2; ...]
twos = [c1_2; c2_2]
The result it gives is so high and it should be very small. So I cannot convert back from 3d to 2d. What is wrong here?
  1 件のコメント
Matt J
Matt J 2019 年 9 月 28 日
Your edited code contains no calculations, so we cannot say what is wrong....

回答 (1 件)

Matt J
Matt J 2019 年 9 月 28 日
編集済み: Matt J 2019 年 9 月 28 日
This is how I do it?
No. You should follow section 3.1 in the attached .pdf file. Among other problems, your current method neglects the pre-normalization recommended in subsection 3.1.2.

この質問は閉じられています。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by