How to evaluate symbolic results

조회 수: 4 (최근 30일)
zoom
zoom 2013년 11월 18일
답변: Walter Roberson 2013년 11월 18일
I defined some symbolic values such as
syms q1 q2
Then I calculated a complex matrix and each element of the matrix looks like variations of the following expression;
43346554874*cos(q1)/346743235456
Which is not simplified to
0.1250*cos(q1)
How can I do this simplification for whole matrix ?

채택된 답변

Walter Roberson
Walter Roberson 2013년 11월 18일
That is not a simplification; that is an approximation. If you want the approximation done, then
vpa(YourExpression)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by