Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)

Réponses (1)

Ashmil Mohammed
Ashmil Mohammed le 11 Juil 2015
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;

Catégories

En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by