フィルターのクリア

Why the output is weird ?

18 ビュー (過去 30 日間)
siti khadijah
siti khadijah 2014 年 5 月 23 日
コメント済み: Star Strider 2014 年 6 月 13 日
Dear all,
I have a question here. Let me paste my code here and then I'll address my problem.
if true
% code
Rotz_theta = [cos(theta1), -sin(theta1), 0, 0;
sin(theta1), cos(theta1), 0, 0;
0, 0, 1, 0;
0, 0, 0, 1];
Rotx_pi = [1, 0, 0, 0;
0, cos(pi/2), -sin(pi/2), 0;
0, sin(pi/2), cos(pi/2), 0;
0, 0, 0, 1];
H0_1 = Rotz_theta * Rotx_pi
end
And this is the output :
if true
% code
H0_1 =
[ cos(theta1), -(4967757600021511*sin(theta1))/81129638414606681695789005144064,
sin(theta1), 0]
[ sin(theta1), (4967757600021511*cos(theta1))/81129638414606681695789005144064,
-cos(theta1), 0]
[ 0, 1,
4967757600021511/81129638414606681695789005144064, 0]
[ 0, 0,
0, 1] end
May anyone help me to figure out what is happening here? i've tried to change the format to short, but it still give the same answer :(
Thank you in advance :)
Skali

採用された回答

Star Strider
Star Strider 2014 年 5 月 23 日
Use the vpa function.
  2 件のコメント
siti khadijah
siti khadijah 2014 年 6 月 13 日
Thanks Star Strider :)
Star Strider
Star Strider 2014 年 6 月 13 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by