Trigonometric equation solving matlab
이전 댓글 표시
syms a1 a2 theta1 theta2
alpha1=-(pi/2);
alpha2=0;
When i am solving the following equation in command prompt. sin(theta1)*cos(alpha1)
ans =
-(4035888341267763*sin(theta1))/9007199254740992
Now i need the output as -sin(theta1) because cos(-90) is -1. I need to round of the decimal value.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!