simplifying the formula symbols
Show older comments
Dear Friends,
I am working on some robots that have realy complex matrices.
How i can show my last resualt in symplified symbol such as : display M=[cos(tetta1), sin(tetta2)] matrix as bellow,
M=[c1 s1]
Answers (1)
KSSV
on 30 Apr 2019
syms t1 t2
M=[cos(t1), sin(t2)]
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!