how to write code for the matrix multiplication of trignometric function having 2 unknown

10 ビュー (過去 30 日間)
Vishal Borkar
Vishal Borkar 2015 年 7 月 11 日
回答済み: Ashmil Mohammed 2015 年 7 月 11 日

回答 (1 件)

Ashmil Mohammed
Ashmil Mohammed 2015 年 7 月 11 日
Try this out:
syms theta1 theta2
t1=[cos(theta1) -sin(theta1) 0 0;sin(theta1) cos(theta1) 0 0;0 0 1 0;0 0 0 1];
t2=[cos(theta2) -sin(theta2) 0 0;sin(theta2) cos(theta2) 0 0;0 0 1 0;0 0 0 1];
p=t1*t2;

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by