simplifying the formula symbols

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]

回答 (1 件)

KSSV
KSSV 2019 年 4 月 30 日

0 投票

syms t1 t2
M=[cos(t1), sin(t2)]

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

質問済み:

2019 年 4 月 30 日

回答済み:

2019 年 4 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by