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
2019 年 4 月 30 日
syms t1 t2
M=[cos(t1), sin(t2)]
カテゴリ
ヘルプ センター および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!